#B8BEFF

Color #B8BEFF Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #B8BEFF

Tints of Lavender Blue #B8BEFF

Color information

#B8BEFF (or 0xB8BEFF) is unknown color: approx Lavender Blue. HEX triplet: B8, BE and FF. RGB value is (184,190,255). Sum of RGB (Red+Green+Blue) = 184+190+255=629 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.25% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8BEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BEFF is #474100. Grayscale: #C3C3C3. Windows color (decimal): -4669697 or 16760504. OLE color: 16760504.

HSL color Cylindrical-coordinate representation of color #B8BEFF: hue angle of 234.93º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8BEFF is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB184190255-
CMYK0.280.2500
HSL234.93º100%86.08%-
HSV(B)234.93º27.84%100%-
XYZ56.2354.24102.11-
YUV195.62161.51119.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 29.25%
GREEN value IS 190 (74.61% from 255) = 30.21%
BLUE value IS 255 (100% from 255) = 40.54%
R=29.25%
G=30.21%
B=40.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1841902550.280.2500234.9310086.08
HexB8BEFF1C1900eb6456
Octal270276377343100353144126
Binary1011100010111110111111111110011001001110101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BEFF; }

 p { color: rgb(184,190,255); }

 H1.HeaderClassName
 {
   color: #B8BEFF;
 }
 .AnyTagClassName
 {
   color: #B8BEFF;
 }
</style>
background-color css

<style>
 a { background-color: #B8BEFF; }

 a { background-color: rgb(184,190,255); }

 div.DivClassName
 {
   background-color: #B8BEFF;
 }
 .BgClassName
 {
   background-color: #B8BEFF;
 }
</style>
border-color css

<style>
 span { border-color: #B8BEFF; }

 span { border-color: rgb(184,190,255); }

 td.TdClassName
 {
   border-color: #B8BEFF;
 }
 .TagClassName
 {
   border-color: #B8BEFF;
 }
</style>