#B9C5FC

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

Shades of Lavender Blue #B9C5FC

Tints of Lavender Blue #B9C5FC

Color information

#B9C5FC (or 0xB9C5FC) is unknown color: approx Lavender Blue. HEX triplet: B9, C5 and FC. RGB value is (185,197,252). Sum of RGB (Red+Green+Blue) = 185+197+252=634 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.18% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #B9C5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C5FC is #463A03. Grayscale: #C7C7C7. Windows color (decimal): -4602372 or 16565689. OLE color: 16565689.

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

Color convert

RGB185197252-
CMYK0.270.2200.01
HSL229.25º91.78%85.69%-
HSV(B)229.25º26.59%98.82%-
XYZ57.5457.28100.12-
YUV199.68157.52117.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.18%
GREEN value IS 197 (77.34% from 255) = 31.07%
BLUE value IS 252 (98.83% from 255) = 39.75%
R=29.18%
G=31.07%
B=39.75%

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
Decimal1851972520.270.2200.01229.2591.7885.69
HexB9C5FC1B1601e55c56
Octal271305374332601345134126
Binary1011100111000101111111001101110110011110010110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C5FC; }

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

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

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

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

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

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

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

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