#B9C5FF

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

Shades of Lavender Blue #B9C5FF

Tints of Lavender Blue #B9C5FF

Color information

#B9C5FF (or 0xB9C5FF) is unknown color: approx Lavender Blue. HEX triplet: B9, C5 and FF. RGB value is (185,197,255). Sum of RGB (Red+Green+Blue) = 185+197+255=637 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.04% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9C5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C5FF is #463A00. Grayscale: #C7C7C7. Windows color (decimal): -4602369 or 16762297. OLE color: 16762297.

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

Color convert

RGB185197255-
CMYK0.270.2300
HSL229.71º100%86.27%-
HSV(B)229.71º27.45%100%-
XYZ58.0257.47102.64-
YUV200.02159.02117.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.04%
GREEN value IS 197 (77.34% from 255) = 30.93%
BLUE value IS 255 (100% from 255) = 40.03%
R=29.04%
G=30.93%
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
SystemRedGreenBlueCMYKHSL
Decimal1851972550.270.2300229.7110086.27
HexB9C5FF1B1700e66456
Octal271305377332700346144126
Binary1011100111000101111111111101110111001110011011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C5FF; }

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

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

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

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

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

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

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

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