Shades of Perano #B6B6ED
Tints of Perano #B6B6ED
RGB
CMYK
RGB Variations
Color information
#B6B6ED (or 0xB6B6ED) is known color: Perano. HEX triplet: B6, B6 and ED. RGB value is (182,182,237). Sum of RGB (Red+Green+Blue) = 182+182+237=601 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.28% from 601); Green value is 182 (71.48% from 255 or 30.28% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #B6B6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6B6ED is #494912. Grayscale: #BCBCBC. Windows color (decimal): -4802835 or 15578806. OLE color: 15578806.
HSL color Cylindrical-coordinate representation of color #B6B6ED: hue angle of 240º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6B6ED is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 182 | 182 | 237 | - |
CMYK | 0.23 | 0.23 | 0 | 0.07 |
HSL | 240º | 0.6% | 0.82% | - |
HSV(B) | 240º | 0.23% | 0.93% | - |
XYZ | 51.31 | 49.52 | 86.97 | - |
YUV | 188.27 | 155.5 | 123.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 182 | 237 | 0.23 | 0.23 | 0 | 0.07 | 240 | 0.6 | 0.82 |
Hex | B6 | B6 | ED | 17 | 17 | 0 | 7 | F0 | 3C | 52 |
Octal | 266 | 266 | 355 | 27 | 27 | 0 | 7 | 360 | 74 | 122 |
Binary | 10110110 | 10110110 | 11101101 | 10111 | 10111 | 0 | 111 | 11110000 | 111100 | 1010010 |
Color Harmonies of #B6B6ED
Complementary color
Monochromatic Colors of #B6B6ED
Black with #B6B6ED
Text Example
Text Example
White with #B6B6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B6ED; }
p { color: rgb(182,182,237); }
H1.HeaderClassName
{
color: #B6B6ED;
}
.AnyTagClassName
{
color: #B6B6ED;
}
</style>
background-color css
<style>
a { background-color: #B6B6ED; }
a { background-color: rgb(182,182,237); }
div.DivClassName
{
background-color: #B6B6ED;
}
.BgClassName
{
background-color: #B6B6ED;
}
</style>
border-color css
<style>
span { border-color: #B6B6ED; }
span { border-color: rgb(182,182,237); }
td.TdClassName
{
border-color: #B6B6ED;
}
.TagClassName
{
border-color: #B6B6ED;
}
</style>