#B9BBFB

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

Shades of Lavender Blue #B9BBFB

Tints of Lavender Blue #B9BBFB

Color information

#B9BBFB (or 0xB9BBFB) is unknown color: approx Lavender Blue. HEX triplet: B9, BB and FB. RGB value is (185,187,251). Sum of RGB (Red+Green+Blue) = 185+187+251=623 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.70% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #B9BBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BBFB is #464404. Grayscale: #C1C1C1. Windows color (decimal): -4604933 or 16497593. OLE color: 16497593.

HSL color Cylindrical-coordinate representation of color #B9BBFB: hue angle of 238.18º degrees, saturation: 0.89, 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 #B9BBFB is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185187251-
CMYK0.260.2500.02
HSL238.18º89.19%85.49%-
HSV(B)238.18º26.29%98.43%-
XYZ55.1952.8298.55-
YUV193.7160.34121.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.70%
GREEN value IS 187 (73.44% from 255) = 30.02%
BLUE value IS 251 (98.44% from 255) = 40.29%
R=29.70%
G=30.02%
B=40.29%

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
Decimal1851872510.260.2500.02238.1889.1985.49
HexB9BBFB1A1902ee5955
Octal271273373323102356131125
Binary10111001101110111111101111010110010101110111010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BBFB; }

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

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

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

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

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

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

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

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