Shades of Lavender Blue #B6B2FF
Tints of Lavender Blue #B6B2FF
RGB
CMYK
RGB Variations
Color information
#B6B2FF (or 0xB6B2FF) is known color: Lavender Blue. HEX triplet: B6, B2 and FF. RGB value is (182,178,255). Sum of RGB (Red+Green+Blue) = 182+178+255=615 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.59% from 615); Green value is 178 (69.92% from 255 or 28.94% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6B2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6B2FF is #494D00. Grayscale: #BBBBBB. Windows color (decimal): -4803841 or 16757430. OLE color: 16757430.
HSL color Cylindrical-coordinate representation of color #B6B2FF: hue angle of 243.12º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6B2FF is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 182 | 178 | 255 | - |
CMYK | 0.29 | 0.30 | 0 | 0 |
HSL | 243.12º | 1% | 0.85% | - |
HSV(B) | 243.12º | 0.3% | 1% | - |
XYZ | 53.26 | 49.01 | 101.26 | - |
YUV | 187.97 | 165.83 | 123.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 178 | 255 | 0.29 | 0.30 | 0 | 0 | 243.12 | 1 | 0.85 |
Hex | B6 | B2 | FF | 1D | 1E | 0 | 0 | F3 | 64 | 55 |
Octal | 266 | 262 | 377 | 35 | 36 | 0 | 0 | 363 | 144 | 125 |
Binary | 10110110 | 10110010 | 11111111 | 11101 | 11110 | 0 | 0 | 11110011 | 1100100 | 1010101 |
Color Harmonies of #B6B2FF
Complementary color
Monochromatic Colors of #B6B2FF
Black with #B6B2FF
Text Example
Text Example
White with #B6B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B2FF; }
p { color: rgb(182,178,255); }
H1.HeaderClassName
{
color: #B6B2FF;
}
.AnyTagClassName
{
color: #B6B2FF;
}
</style>
background-color css
<style>
a { background-color: #B6B2FF; }
a { background-color: rgb(182,178,255); }
div.DivClassName
{
background-color: #B6B2FF;
}
.BgClassName
{
background-color: #B6B2FF;
}
</style>
border-color css
<style>
span { border-color: #B6B2FF; }
span { border-color: rgb(182,178,255); }
td.TdClassName
{
border-color: #B6B2FF;
}
.TagClassName
{
border-color: #B6B2FF;
}
</style>