#B9C6FD

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

Shades of Lavender Blue #B9C6FD

Tints of Lavender Blue #B9C6FD

Color information

#B9C6FD (or 0xB9C6FD) is unknown color: approx Lavender Blue. HEX triplet: B9, C6 and FD. RGB value is (185,198,253). Sum of RGB (Red+Green+Blue) = 185+198+253=636 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.09% from 636); Green value is 198 (77.73% from 255 or 31.13% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9C6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C6FD is #463902. Grayscale: #C8C8C8. Windows color (decimal): -4602115 or 16631481. OLE color: 16631481.

HSL color Cylindrical-coordinate representation of color #B9C6FD: hue angle of 228.53º 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 #B9C6FD is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB185198253-
CMYK0.270.2200.01
HSL228.53º94.44%85.88%-
HSV(B)228.53º26.88%99.22%-
XYZ57.9357.79101.03-
YUV200.38157.69117.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.09%
GREEN value IS 198 (77.73% from 255) = 31.13%
BLUE value IS 253 (99.22% from 255) = 39.78%
R=29.09%
G=31.13%
B=39.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851982530.270.2200.01228.5394.4485.88
HexB9C6FD1B1601e55e56
Octal271306375332601345136126
Binary1011100111000110111111011101110110011110010110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C6FD; }

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

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

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

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

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

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

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

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