Shades of Perano #B6C4EF
Tints of Perano #B6C4EF
RGB
CMYK
RGB Variations
Color information
#B6C4EF (or 0xB6C4EF) is known color: Perano. HEX triplet: B6, C4 and EF. RGB value is (182,196,239). Sum of RGB (Red+Green+Blue) = 182+196+239=617 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.50% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #B6C4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C4EF is #493B10. Grayscale: #C4C4C4. Windows color (decimal): -4799249 or 15713462. OLE color: 15713462.
HSL color Cylindrical-coordinate representation of color #B6C4EF: hue angle of 225.26º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6C4EF is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 196 | 239 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.06 |
| HSL | 225.26º | 0.64% | 0.83% | - |
| HSV(B) | 225.26º | 0.24% | 0.94% | - |
| XYZ | 54.61 | 55.66 | 89.53 | - |
| YUV | 196.72 | 151.86 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 196 | 239 | 0.24 | 0.18 | 0 | 0.06 | 225.26 | 0.64 | 0.83 |
| Hex | B6 | C4 | EF | 18 | 12 | 0 | 6 | E1 | 40 | 53 |
| Octal | 266 | 304 | 357 | 30 | 22 | 0 | 6 | 341 | 100 | 123 |
| Binary | 10110110 | 11000100 | 11101111 | 11000 | 10010 | 0 | 110 | 11100001 | 1000000 | 1010011 |
Color Harmonies of #B6C4EF
Complementary color
Monochromatic Colors of #B6C4EF
Black with #B6C4EF
Text Example
Text Example
White with #B6C4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C4EF; }
p { color: rgb(182,196,239); }
H1.HeaderClassName
{
color: #B6C4EF;
}
.AnyTagClassName
{
color: #B6C4EF;
}
</style>
background-color css
<style>
a { background-color: #B6C4EF; }
a { background-color: rgb(182,196,239); }
div.DivClassName
{
background-color: #B6C4EF;
}
.BgClassName
{
background-color: #B6C4EF;
}
</style>
border-color css
<style>
span { border-color: #B6C4EF; }
span { border-color: rgb(182,196,239); }
td.TdClassName
{
border-color: #B6C4EF;
}
.TagClassName
{
border-color: #B6C4EF;
}
</style>