Shades of Lavender Blue #B6B6FF
Tints of Lavender Blue #B6B6FF
RGB
CMYK
RGB Variations
Color information
#B6B6FF (or 0xB6B6FF) is known color: Lavender Blue. HEX triplet: B6, B6 and FF. RGB value is (182,182,255). Sum of RGB (Red+Green+Blue) = 182+182+255=619 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.40% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6B6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6B6FF is #494900. Grayscale: #BEBEBE. Windows color (decimal): -4802817 or 16758454. OLE color: 16758454.
HSL color Cylindrical-coordinate representation of color #B6B6FF: hue angle of 240º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6B6FF is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 182 | 182 | 255 | - |
CMYK | 0.29 | 0.29 | 0 | 0 |
HSL | 240º | 1% | 0.86% | - |
HSV(B) | 240º | 0.29% | 1% | - |
XYZ | 54.07 | 50.62 | 101.53 | - |
YUV | 190.32 | 164.5 | 122.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 182 | 255 | 0.29 | 0.29 | 0 | 0 | 240 | 1 | 0.86 |
Hex | B6 | B6 | FF | 1D | 1D | 0 | 0 | F0 | 64 | 56 |
Octal | 266 | 266 | 377 | 35 | 35 | 0 | 0 | 360 | 144 | 126 |
Binary | 10110110 | 10110110 | 11111111 | 11101 | 11101 | 0 | 0 | 11110000 | 1100100 | 1010110 |
Color Harmonies of #B6B6FF
Complementary color
Monochromatic Colors of #B6B6FF
Black with #B6B6FF
Text Example
Text Example
White with #B6B6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B6FF; }
p { color: rgb(182,182,255); }
H1.HeaderClassName
{
color: #B6B6FF;
}
.AnyTagClassName
{
color: #B6B6FF;
}
</style>
background-color css
<style>
a { background-color: #B6B6FF; }
a { background-color: rgb(182,182,255); }
div.DivClassName
{
background-color: #B6B6FF;
}
.BgClassName
{
background-color: #B6B6FF;
}
</style>
border-color css
<style>
span { border-color: #B6B6FF; }
span { border-color: rgb(182,182,255); }
td.TdClassName
{
border-color: #B6B6FF;
}
.TagClassName
{
border-color: #B6B6FF;
}
</style>