Shades of Perano #B6C0EE
Tints of Perano #B6C0EE
RGB
CMYK
RGB Variations
Color information
#B6C0EE (or 0xB6C0EE) is known color: Perano. HEX triplet: B6, C0 and EE. RGB value is (182,192,238). Sum of RGB (Red+Green+Blue) = 182+192+238=612 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.74% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #B6C0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C0EE is #493F11. Grayscale: #C2C2C2. Windows color (decimal): -4800274 or 15646902. OLE color: 15646902.
HSL color Cylindrical-coordinate representation of color #B6C0EE: hue angle of 229.29º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6C0EE is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 192 | 238 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.07 |
| HSL | 229.29º | 0.62% | 0.82% | - |
| HSV(B) | 229.29º | 0.24% | 0.93% | - |
| XYZ | 53.57 | 53.82 | 88.45 | - |
| YUV | 194.25 | 152.69 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 192 | 238 | 0.24 | 0.19 | 0 | 0.07 | 229.29 | 0.62 | 0.82 |
| Hex | B6 | C0 | EE | 18 | 13 | 0 | 7 | E5 | 3E | 52 |
| Octal | 266 | 300 | 356 | 30 | 23 | 0 | 7 | 345 | 76 | 122 |
| Binary | 10110110 | 11000000 | 11101110 | 11000 | 10011 | 0 | 111 | 11100101 | 111110 | 1010010 |
Color Harmonies of #B6C0EE
Complementary color
Monochromatic Colors of #B6C0EE
Black with #B6C0EE
Text Example
Text Example
White with #B6C0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C0EE; }
p { color: rgb(182,192,238); }
H1.HeaderClassName
{
color: #B6C0EE;
}
.AnyTagClassName
{
color: #B6C0EE;
}
</style>
background-color css
<style>
a { background-color: #B6C0EE; }
a { background-color: rgb(182,192,238); }
div.DivClassName
{
background-color: #B6C0EE;
}
.BgClassName
{
background-color: #B6C0EE;
}
</style>
border-color css
<style>
span { border-color: #B6C0EE; }
span { border-color: rgb(182,192,238); }
td.TdClassName
{
border-color: #B6C0EE;
}
.TagClassName
{
border-color: #B6C0EE;
}
</style>