#B9BAFB

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

Shades of Lavender Blue #B9BAFB

Tints of Lavender Blue #B9BAFB

Color information

#B9BAFB (or 0xB9BAFB) is unknown color: approx Lavender Blue. HEX triplet: B9, BA and FB. RGB value is (185,186,251). Sum of RGB (Red+Green+Blue) = 185+186+251=622 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.74% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #B9BAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BAFB is #464504. Grayscale: #C0C0C0. Windows color (decimal): -4605189 or 16497337. OLE color: 16497337.

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

Color convert

RGB185186251-
CMYK0.260.2600.02
HSL239.09º89.19%85.49%-
HSV(B)239.09º26.29%98.43%-
XYZ54.9852.498.48-
YUV193.11160.67122.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.74%
GREEN value IS 186 (73.05% from 255) = 29.90%
BLUE value IS 251 (98.44% from 255) = 40.35%
R=29.74%
G=29.90%
B=40.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851862510.260.2600.02239.0989.1985.49
HexB9BAFB1A1A02ef5955
Octal271272373323202357131125
Binary10111001101110101111101111010110100101110111110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BAFB; }

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

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

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

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

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

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

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

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