Shades of Perano #B2B6ED
Tints of Perano #B2B6ED
RGB
CMYK
RGB Variations
Color information
#B2B6ED (or 0xB2B6ED) is known color: Perano. HEX triplet: B2, B6 and ED. RGB value is (178,182,237). Sum of RGB (Red+Green+Blue) = 178+182+237=597 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.82% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #B2B6ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2B6ED is #4D4912. Grayscale: #BABABA. Windows color (decimal): -5064979 or 15578802. OLE color: 15578802.
HSL color Cylindrical-coordinate representation of color #B2B6ED: hue angle of 235.93º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2B6ED is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 178 | 182 | 237 | - |
CMYK | 0.25 | 0.23 | 0 | 0.07 |
HSL | 235.93º | 0.62% | 0.81% | - |
HSV(B) | 235.93º | 0.25% | 0.93% | - |
XYZ | 50.37 | 49.04 | 86.93 | - |
YUV | 187.07 | 156.17 | 121.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 182 | 237 | 0.25 | 0.23 | 0 | 0.07 | 235.93 | 0.62 | 0.81 |
Hex | B2 | B6 | ED | 19 | 17 | 0 | 7 | EC | 3E | 51 |
Octal | 262 | 266 | 355 | 31 | 27 | 0 | 7 | 354 | 76 | 121 |
Binary | 10110010 | 10110110 | 11101101 | 11001 | 10111 | 0 | 111 | 11101100 | 111110 | 1010001 |
Color Harmonies of #B2B6ED
Complementary color
Monochromatic Colors of #B2B6ED
Black with #B2B6ED
Text Example
Text Example
White with #B2B6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B6ED; }
p { color: rgb(178,182,237); }
H1.HeaderClassName
{
color: #B2B6ED;
}
.AnyTagClassName
{
color: #B2B6ED;
}
</style>
background-color css
<style>
a { background-color: #B2B6ED; }
a { background-color: rgb(178,182,237); }
div.DivClassName
{
background-color: #B2B6ED;
}
.BgClassName
{
background-color: #B2B6ED;
}
</style>
border-color css
<style>
span { border-color: #B2B6ED; }
span { border-color: rgb(178,182,237); }
td.TdClassName
{
border-color: #B2B6ED;
}
.TagClassName
{
border-color: #B2B6ED;
}
</style>