Shades of Lavender Blue #B8C2FF
Tints of Lavender Blue #B8C2FF
RGB
CMYK
RGB Variations
Color information
#B8C2FF (or 0xB8C2FF) is known color: Lavender Blue. HEX triplet: B8, C2 and FF. RGB value is (184,194,255). Sum of RGB (Red+Green+Blue) = 184+194+255=633 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.07% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8C2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C2FF is #473D00. Grayscale: #C5C5C5. Windows color (decimal): -4668673 or 16761528. OLE color: 16761528.
HSL color Cylindrical-coordinate representation of color #B8C2FF: hue angle of 231.55º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8C2FF is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 184 | 194 | 255 | - |
CMYK | 0.28 | 0.24 | 0 | 0 |
HSL | 231.55º | 1% | 0.86% | - |
HSV(B) | 231.55º | 0.28% | 1% | - |
XYZ | 57.11 | 55.99 | 102.41 | - |
YUV | 197.96 | 160.19 | 118.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 194 | 255 | 0.28 | 0.24 | 0 | 0 | 231.55 | 1 | 0.86 |
Hex | B8 | C2 | FF | 1C | 18 | 0 | 0 | E8 | 64 | 56 |
Octal | 270 | 302 | 377 | 34 | 30 | 0 | 0 | 350 | 144 | 126 |
Binary | 10111000 | 11000010 | 11111111 | 11100 | 11000 | 0 | 0 | 11101000 | 1100100 | 1010110 |
Color Harmonies of #B8C2FF
Complementary color
Monochromatic Colors of #B8C2FF
Black with #B8C2FF
Text Example
Text Example
White with #B8C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C2FF; }
p { color: rgb(184,194,255); }
H1.HeaderClassName
{
color: #B8C2FF;
}
.AnyTagClassName
{
color: #B8C2FF;
}
</style>
background-color css
<style>
a { background-color: #B8C2FF; }
a { background-color: rgb(184,194,255); }
div.DivClassName
{
background-color: #B8C2FF;
}
.BgClassName
{
background-color: #B8C2FF;
}
</style>
border-color css
<style>
span { border-color: #B8C2FF; }
span { border-color: rgb(184,194,255); }
td.TdClassName
{
border-color: #B8C2FF;
}
.TagClassName
{
border-color: #B8C2FF;
}
</style>