#B9BBFF

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

Shades of Lavender Blue #B9BBFF

Tints of Lavender Blue #B9BBFF

Color information

#B9BBFF (or 0xB9BBFF) is unknown color: approx Lavender Blue. HEX triplet: B9, BB and FF. RGB value is (185,187,255). Sum of RGB (Red+Green+Blue) = 185+187+255=627 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.51% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BBFF is #464400. Grayscale: #C1C1C1. Windows color (decimal): -4604929 or 16759737. OLE color: 16759737.

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

Color convert

RGB185187255-
CMYK0.270.2700
HSL238.29º100%86.27%-
HSV(B)238.29º27.45%100%-
XYZ55.8353.07101.91-
YUV194.15162.34121.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.51%
GREEN value IS 187 (73.44% from 255) = 29.82%
BLUE value IS 255 (100% from 255) = 40.67%
R=29.51%
G=29.82%
B=40.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851872550.270.2700238.2910086.27
HexB9BBFF1B1B00ee6456
Octal271273377333300356144126
Binary1011100110111011111111111101111011001110111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BBFF; }

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

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

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

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

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

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

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

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