Shades of Lavender Blue #B8C0FD
Tints of Lavender Blue #B8C0FD
RGB
CMYK
RGB Variations
Color information
#B8C0FD (or 0xB8C0FD) is known color: Lavender Blue. HEX triplet: B8, C0 and FD. RGB value is (184,192,253). Sum of RGB (Red+Green+Blue) = 184+192+253=629 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.25% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8C0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C0FD is #473F02. Grayscale: #C4C4C4. Windows color (decimal): -4669187 or 16629944. OLE color: 16629944.
HSL color Cylindrical-coordinate representation of color #B8C0FD: hue angle of 233.04º degrees, saturation: 0.95, 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 #B8C0FD is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 184 | 192 | 253 | - |
CMYK | 0.27 | 0.24 | 0 | 0.01 |
HSL | 233.04º | 0.95% | 0.86% | - |
HSV(B) | 233.04º | 0.27% | 0.99% | - |
XYZ | 56.35 | 54.98 | 100.57 | - |
YUV | 196.56 | 159.85 | 119.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 192 | 253 | 0.27 | 0.24 | 0 | 0.01 | 233.04 | 0.95 | 0.86 |
Hex | B8 | C0 | FD | 1B | 18 | 0 | 1 | E9 | 5F | 56 |
Octal | 270 | 300 | 375 | 33 | 30 | 0 | 1 | 351 | 137 | 126 |
Binary | 10111000 | 11000000 | 11111101 | 11011 | 11000 | 0 | 1 | 11101001 | 1011111 | 1010110 |
Color Harmonies of #B8C0FD
Complementary color
Monochromatic Colors of #B8C0FD
Black with #B8C0FD
Text Example
Text Example
White with #B8C0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C0FD; }
p { color: rgb(184,192,253); }
H1.HeaderClassName
{
color: #B8C0FD;
}
.AnyTagClassName
{
color: #B8C0FD;
}
</style>
background-color css
<style>
a { background-color: #B8C0FD; }
a { background-color: rgb(184,192,253); }
div.DivClassName
{
background-color: #B8C0FD;
}
.BgClassName
{
background-color: #B8C0FD;
}
</style>
border-color css
<style>
span { border-color: #B8C0FD; }
span { border-color: rgb(184,192,253); }
td.TdClassName
{
border-color: #B8C0FD;
}
.TagClassName
{
border-color: #B8C0FD;
}
</style>