#B8BBFF

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

Shades of Lavender Blue #B8BBFF

Tints of Lavender Blue #B8BBFF

Color information

#B8BBFF (or 0xB8BBFF) is unknown color: approx Lavender Blue. HEX triplet: B8, BB and FF. RGB value is (184,187,255). Sum of RGB (Red+Green+Blue) = 184+187+255=626 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.39% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BBFF is #474400. Grayscale: #C1C1C1. Windows color (decimal): -4670465 or 16759736. OLE color: 16759736.

HSL color Cylindrical-coordinate representation of color #B8BBFF: hue angle of 237.46º 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 #B8BBFF is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB184187255-
CMYK0.280.2700
HSL237.46º100%86.08%-
HSV(B)237.46º27.84%100%-
XYZ55.5952.95101.9-
YUV193.86162.51120.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.39%
GREEN value IS 187 (73.44% from 255) = 29.87%
BLUE value IS 255 (100% from 255) = 40.73%
R=29.39%
G=29.87%
B=40.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1841872550.280.2700237.4610086.08
HexB8BBFF1C1B00ed6456
Octal270273377343300355144126
Binary1011100010111011111111111110011011001110110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BBFF; }

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

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

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

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

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

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

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

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