Shades of Lavender Blue #B9C3FF
Tints of Lavender Blue #B9C3FF
RGB
CMYK
RGB Variations
Color information
#B9C3FF (or 0xB9C3FF) is known color: Lavender Blue. HEX triplet: B9, C3 and FF. RGB value is (185,195,255). Sum of RGB (Red+Green+Blue) = 185+195+255=635 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.13% from 635); Green value is 195 (76.56% from 255 or 30.71% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9C3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C3FF is #463C00. Grayscale: #C6C6C6. Windows color (decimal): -4602881 or 16761785. OLE color: 16761785.
HSL color Cylindrical-coordinate representation of color #B9C3FF: hue angle of 231.43º 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 #B9C3FF is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 195 | 255 | - |
| CMYK | 0.27 | 0.24 | 0 | 0 |
| HSL | 231.43º | 1% | 0.86% | - |
| HSV(B) | 231.43º | 0.27% | 1% | - |
| XYZ | 57.57 | 56.56 | 102.49 | - |
| YUV | 198.85 | 159.69 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 195 | 255 | 0.27 | 0.24 | 0 | 0 | 231.43 | 1 | 0.86 |
| Hex | B9 | C3 | FF | 1B | 18 | 0 | 0 | E7 | 64 | 56 |
| Octal | 271 | 303 | 377 | 33 | 30 | 0 | 0 | 347 | 144 | 126 |
| Binary | 10111001 | 11000011 | 11111111 | 11011 | 11000 | 0 | 0 | 11100111 | 1100100 | 1010110 |
Color Harmonies of #B9C3FF
Complementary color
Monochromatic Colors of #B9C3FF
Black with #B9C3FF
Text Example
Text Example
White with #B9C3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C3FF; }
p { color: rgb(185,195,255); }
H1.HeaderClassName
{
color: #B9C3FF;
}
.AnyTagClassName
{
color: #B9C3FF;
}
</style>
background-color css
<style>
a { background-color: #B9C3FF; }
a { background-color: rgb(185,195,255); }
div.DivClassName
{
background-color: #B9C3FF;
}
.BgClassName
{
background-color: #B9C3FF;
}
</style>
border-color css
<style>
span { border-color: #B9C3FF; }
span { border-color: rgb(185,195,255); }
td.TdClassName
{
border-color: #B9C3FF;
}
.TagClassName
{
border-color: #B9C3FF;
}
</style>