#B9C6FF

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

Shades of Lavender Blue #B9C6FF

Tints of Lavender Blue #B9C6FF

Color information

#B9C6FF (or 0xB9C6FF) is unknown color: approx Lavender Blue. HEX triplet: B9, C6 and FF. RGB value is (185,198,255). Sum of RGB (Red+Green+Blue) = 185+198+255=638 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.00% from 638); Green value is 198 (77.73% from 255 or 31.03% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9C6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C6FF is #463900. Grayscale: #C8C8C8. Windows color (decimal): -4602113 or 16762553. OLE color: 16762553.

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

Color convert

RGB185198255-
CMYK0.270.2200
HSL228.86º100%86.27%-
HSV(B)228.86º27.45%100%-
XYZ58.2557.92102.72-
YUV200.61158.69116.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.00%
GREEN value IS 198 (77.73% from 255) = 31.03%
BLUE value IS 255 (100% from 255) = 39.97%
R=29.00%
G=31.03%
B=39.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851982550.270.2200228.8610086.27
HexB9C6FF1B1600e56456
Octal271306377332600345144126
Binary1011100111000110111111111101110110001110010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C6FF; }

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

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

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

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

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

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

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

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