Shades of Lavender Blue #B9C0FD
Tints of Lavender Blue #B9C0FD
RGB
CMYK
RGB Variations
Color information
#B9C0FD (or 0xB9C0FD) is known color: Lavender Blue. HEX triplet: B9, C0 and FD. RGB value is (185,192,253). Sum of RGB (Red+Green+Blue) = 185+192+253=630 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.37% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9C0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C0FD is #463F02. Grayscale: #C4C4C4. Windows color (decimal): -4603651 or 16629945. OLE color: 16629945.
HSL color Cylindrical-coordinate representation of color #B9C0FD: hue angle of 233.82º degrees, saturation: 0.94, 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 #B9C0FD is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 185 | 192 | 253 | - |
CMYK | 0.27 | 0.24 | 0 | 0.01 |
HSL | 233.82º | 0.94% | 0.86% | - |
HSV(B) | 233.82º | 0.27% | 0.99% | - |
XYZ | 56.59 | 55.11 | 100.58 | - |
YUV | 196.86 | 159.68 | 119.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 192 | 253 | 0.27 | 0.24 | 0 | 0.01 | 233.82 | 0.94 | 0.86 |
Hex | B9 | C0 | FD | 1B | 18 | 0 | 1 | EA | 5E | 56 |
Octal | 271 | 300 | 375 | 33 | 30 | 0 | 1 | 352 | 136 | 126 |
Binary | 10111001 | 11000000 | 11111101 | 11011 | 11000 | 0 | 1 | 11101010 | 1011110 | 1010110 |
Color Harmonies of #B9C0FD
Complementary color
Monochromatic Colors of #B9C0FD
Black with #B9C0FD
Text Example
Text Example
White with #B9C0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C0FD; }
p { color: rgb(185,192,253); }
H1.HeaderClassName
{
color: #B9C0FD;
}
.AnyTagClassName
{
color: #B9C0FD;
}
</style>
background-color css
<style>
a { background-color: #B9C0FD; }
a { background-color: rgb(185,192,253); }
div.DivClassName
{
background-color: #B9C0FD;
}
.BgClassName
{
background-color: #B9C0FD;
}
</style>
border-color css
<style>
span { border-color: #B9C0FD; }
span { border-color: rgb(185,192,253); }
td.TdClassName
{
border-color: #B9C0FD;
}
.TagClassName
{
border-color: #B9C0FD;
}
</style>