#B9BBF9

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

Shades of Lavender Blue #B9BBF9

Tints of Lavender Blue #B9BBF9

Color information

#B9BBF9 (or 0xB9BBF9) is unknown color: approx Lavender Blue. HEX triplet: B9, BB and F9. RGB value is (185,187,249). Sum of RGB (Red+Green+Blue) = 185+187+249=621 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.79% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 249 (97.66% from 255 or 40.10% from 621); Max value from RGB is 249 - color contains mainly: blue. Hex color #B9BBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BBF9 is #464406. Grayscale: #C1C1C1. Windows color (decimal): -4604935 or 16366521. OLE color: 16366521.

HSL color Cylindrical-coordinate representation of color #B9BBF9: hue angle of 238.12º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9BBF9 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185187249-
CMYK0.260.2500.02
HSL238.12º84.21%85.1%-
HSV(B)238.12º25.7%97.65%-
XYZ54.8852.6996.9-
YUV193.47159.34121.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.79%
GREEN value IS 187 (73.44% from 255) = 30.11%
BLUE value IS 249 (97.66% from 255) = 40.10%
R=29.79%
G=30.11%
B=40.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851872490.260.2500.02238.1284.2185.1
HexB9BBF91A1902ee5455
Octal271273371323102356124125
Binary10111001101110111111100111010110010101110111010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BBF9; }

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

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

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

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

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

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

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

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