Shades of Lavender Blue #B9C2FC
Tints of Lavender Blue #B9C2FC
RGB
CMYK
RGB Variations
Color information
#B9C2FC (or 0xB9C2FC) is known color: Lavender Blue. HEX triplet: B9, C2 and FC. RGB value is (185,194,252). Sum of RGB (Red+Green+Blue) = 185+194+252=631 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.32% from 631); Green value is 194 (76.17% from 255 or 30.74% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #B9C2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C2FC is #463D03. Grayscale: #C5C5C5. Windows color (decimal): -4603140 or 16564921. OLE color: 16564921.
HSL color Cylindrical-coordinate representation of color #B9C2FC: hue angle of 231.94º 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 #B9C2FC is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 194 | 252 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.01 |
| HSL | 231.94º | 0.92% | 0.86% | - |
| HSV(B) | 231.94º | 0.27% | 0.99% | - |
| XYZ | 56.87 | 55.93 | 99.89 | - |
| YUV | 197.92 | 158.52 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 194 | 252 | 0.27 | 0.23 | 0 | 0.01 | 231.94 | 0.92 | 0.86 |
| Hex | B9 | C2 | FC | 1B | 17 | 0 | 1 | E8 | 5C | 56 |
| Octal | 271 | 302 | 374 | 33 | 27 | 0 | 1 | 350 | 134 | 126 |
| Binary | 10111001 | 11000010 | 11111100 | 11011 | 10111 | 0 | 1 | 11101000 | 1011100 | 1010110 |
Color Harmonies of #B9C2FC
Complementary color
Monochromatic Colors of #B9C2FC
Black with #B9C2FC
Text Example
Text Example
White with #B9C2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C2FC; }
p { color: rgb(185,194,252); }
H1.HeaderClassName
{
color: #B9C2FC;
}
.AnyTagClassName
{
color: #B9C2FC;
}
</style>
background-color css
<style>
a { background-color: #B9C2FC; }
a { background-color: rgb(185,194,252); }
div.DivClassName
{
background-color: #B9C2FC;
}
.BgClassName
{
background-color: #B9C2FC;
}
</style>
border-color css
<style>
span { border-color: #B9C2FC; }
span { border-color: rgb(185,194,252); }
td.TdClassName
{
border-color: #B9C2FC;
}
.TagClassName
{
border-color: #B9C2FC;
}
</style>