Shades of Lavender Blue #B9C8FF
Tints of Lavender Blue #B9C8FF
RGB
CMYK
RGB Variations
Color information
#B9C8FF (or 0xB9C8FF) is known color: Lavender Blue. HEX triplet: B9, C8 and FF. RGB value is (185,200,255). Sum of RGB (Red+Green+Blue) = 185+200+255=640 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.91% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9C8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C8FF is #463700. Grayscale: #C9C9C9. Windows color (decimal): -4601601 or 16763065. OLE color: 16763065.
HSL color Cylindrical-coordinate representation of color #B9C8FF: hue angle of 227.14º 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 #B9C8FF is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 200 | 255 | - |
| CMYK | 0.27 | 0.22 | 0 | 0 |
| HSL | 227.14º | 1% | 0.86% | - |
| HSV(B) | 227.14º | 0.27% | 1% | - |
| XYZ | 58.71 | 58.84 | 102.87 | - |
| YUV | 201.79 | 158.03 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 200 | 255 | 0.27 | 0.22 | 0 | 0 | 227.14 | 1 | 0.86 |
| Hex | B9 | C8 | FF | 1B | 16 | 0 | 0 | E3 | 64 | 56 |
| Octal | 271 | 310 | 377 | 33 | 26 | 0 | 0 | 343 | 144 | 126 |
| Binary | 10111001 | 11001000 | 11111111 | 11011 | 10110 | 0 | 0 | 11100011 | 1100100 | 1010110 |
Color Harmonies of #B9C8FF
Complementary color
Monochromatic Colors of #B9C8FF
Black with #B9C8FF
Text Example
Text Example
White with #B9C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C8FF; }
p { color: rgb(185,200,255); }
H1.HeaderClassName
{
color: #B9C8FF;
}
.AnyTagClassName
{
color: #B9C8FF;
}
</style>
background-color css
<style>
a { background-color: #B9C8FF; }
a { background-color: rgb(185,200,255); }
div.DivClassName
{
background-color: #B9C8FF;
}
.BgClassName
{
background-color: #B9C8FF;
}
</style>
border-color css
<style>
span { border-color: #B9C8FF; }
span { border-color: rgb(185,200,255); }
td.TdClassName
{
border-color: #B9C8FF;
}
.TagClassName
{
border-color: #B9C8FF;
}
</style>