#B9C2FB

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

Shades of Lavender Blue #B9C2FB

Tints of Lavender Blue #B9C2FB

Color information

#B9C2FB (or 0xB9C2FB) is unknown color: approx Lavender Blue. HEX triplet: B9, C2 and FB. RGB value is (185,194,251). Sum of RGB (Red+Green+Blue) = 185+194+251=630 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.37% from 630); Green value is 194 (76.17% from 255 or 30.79% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #B9C2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C2FB is #463D04. Grayscale: #C5C5C5. Windows color (decimal): -4603141 or 16499385. OLE color: 16499385.

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

Color convert

RGB185194251-
CMYK0.260.2300.02
HSL231.82º89.19%85.49%-
HSV(B)231.82º26.29%98.43%-
XYZ56.7155.8699.06-
YUV197.81158.02118.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.37%
GREEN value IS 194 (76.17% from 255) = 30.79%
BLUE value IS 251 (98.44% from 255) = 39.84%
R=29.37%
G=30.79%
B=39.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851942510.260.2300.02231.8289.1985.49
HexB9C2FB1A1702e85955
Octal271302373322702350131125
Binary10111001110000101111101111010101110101110100010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C2FB; }

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

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

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

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

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

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

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

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