Shades of Lavender Blue #B9C0FE
Tints of Lavender Blue #B9C0FE
RGB
CMYK
RGB Variations
Color information
#B9C0FE (or 0xB9C0FE) is known color: Lavender Blue. HEX triplet: B9, C0 and FE. RGB value is (185,192,254). Sum of RGB (Red+Green+Blue) = 185+192+254=631 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.32% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9C0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C0FE is #463F01. Grayscale: #C4C4C4. Windows color (decimal): -4603650 or 16695481. OLE color: 16695481.
HSL color Cylindrical-coordinate representation of color #B9C0FE: hue angle of 233.91º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9C0FE is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 192 | 254 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.00 |
| HSL | 233.91º | 0.97% | 0.86% | - |
| HSV(B) | 233.91º | 0.27% | 1% | - |
| XYZ | 56.75 | 55.17 | 101.42 | - |
| YUV | 196.98 | 160.18 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 192 | 254 | 0.27 | 0.24 | 0 | 0.00 | 233.91 | 0.97 | 0.86 |
| Hex | B9 | C0 | FE | 1B | 18 | 0 | 0 | EA | 61 | 56 |
| Octal | 271 | 300 | 376 | 33 | 30 | 0 | 0 | 352 | 141 | 126 |
| Binary | 10111001 | 11000000 | 11111110 | 11011 | 11000 | 0 | 0 | 11101010 | 1100001 | 1010110 |
Color Harmonies of #B9C0FE
Complementary color
Monochromatic Colors of #B9C0FE
Black with #B9C0FE
Text Example
Text Example
White with #B9C0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C0FE; }
p { color: rgb(185,192,254); }
H1.HeaderClassName
{
color: #B9C0FE;
}
.AnyTagClassName
{
color: #B9C0FE;
}
</style>
background-color css
<style>
a { background-color: #B9C0FE; }
a { background-color: rgb(185,192,254); }
div.DivClassName
{
background-color: #B9C0FE;
}
.BgClassName
{
background-color: #B9C0FE;
}
</style>
border-color css
<style>
span { border-color: #B9C0FE; }
span { border-color: rgb(185,192,254); }
td.TdClassName
{
border-color: #B9C0FE;
}
.TagClassName
{
border-color: #B9C0FE;
}
</style>