#B9C2FD

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

Shades of Lavender Blue #B9C2FD

Tints of Lavender Blue #B9C2FD

Color information

#B9C2FD (or 0xB9C2FD) is unknown color: approx Lavender Blue. HEX triplet: B9, C2 and FD. RGB value is (185,194,253). Sum of RGB (Red+Green+Blue) = 185+194+253=632 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.27% from 632); Green value is 194 (76.17% from 255 or 30.70% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9C2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C2FD is #463D02. Grayscale: #C5C5C5. Windows color (decimal): -4603139 or 16630457. OLE color: 16630457.

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

Color convert

RGB185194253-
CMYK0.270.2300.01
HSL232.06º94.44%85.88%-
HSV(B)232.06º26.88%99.22%-
XYZ57.0355.99100.73-
YUV198.04159.02118.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.27%
GREEN value IS 194 (76.17% from 255) = 30.70%
BLUE value IS 253 (99.22% from 255) = 40.03%
R=29.27%
G=30.70%
B=40.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851942530.270.2300.01232.0694.4485.88
HexB9C2FD1B1701e85e56
Octal271302375332701350136126
Binary1011100111000010111111011101110111011110100010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C2FD; }

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

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

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

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

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

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

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

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