#B9C6FE

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

Shades of Lavender Blue #B9C6FE

Tints of Lavender Blue #B9C6FE

Color information

#B9C6FE (or 0xB9C6FE) is unknown color: approx Lavender Blue. HEX triplet: B9, C6 and FE. RGB value is (185,198,254). Sum of RGB (Red+Green+Blue) = 185+198+254=637 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.04% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9C6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C6FE is #463901. Grayscale: #C8C8C8. Windows color (decimal): -4602114 or 16697017. OLE color: 16697017.

HSL color Cylindrical-coordinate representation of color #B9C6FE: hue angle of 228.7º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9C6FE is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB185198254-
CMYK0.270.2200.00
HSL228.7º97.18%86.08%-
HSV(B)228.7º27.17%99.61%-
XYZ58.0957.86101.87-
YUV200.5158.19116.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.04%
GREEN value IS 198 (77.73% from 255) = 31.08%
BLUE value IS 254 (99.61% from 255) = 39.87%
R=29.04%
G=31.08%
B=39.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1851982540.270.2200.00228.797.1886.08
HexB9C6FE1B1600e56156
Octal271306376332600345141126
Binary1011100111000110111111101101110110001110010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C6FE; }

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

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

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

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

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

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

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

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