Shades of Perano #B6C3E7
Tints of Perano #B6C3E7
RGB
CMYK
RGB Variations
Color information
#B6C3E7 (or 0xB6C3E7) is known color: Perano. HEX triplet: B6, C3 and E7. RGB value is (182,195,231). Sum of RGB (Red+Green+Blue) = 182+195+231=608 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.93% from 608); Green value is 195 (76.56% from 255 or 32.07% from 608); Blue value is 231 (90.62% from 255 or 37.99% from 608); Max value from RGB is 231 - color contains mainly: blue. Hex color #B6C3E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C3E7 is #493C18. Grayscale: #C3C3C3. Windows color (decimal): -4799513 or 15188918. OLE color: 15188918.
HSL color Cylindrical-coordinate representation of color #B6C3E7: hue angle of 224.08º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6C3E7 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 195 | 231 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.09 |
| HSL | 224.08º | 0.51% | 0.81% | - |
| HSV(B) | 224.08º | 0.21% | 0.91% | - |
| XYZ | 53.23 | 54.74 | 83.36 | - |
| YUV | 195.22 | 148.19 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 195 | 231 | 0.21 | 0.16 | 0 | 0.09 | 224.08 | 0.51 | 0.81 |
| Hex | B6 | C3 | E7 | 15 | 10 | 0 | 9 | E0 | 33 | 51 |
| Octal | 266 | 303 | 347 | 25 | 20 | 0 | 11 | 340 | 63 | 121 |
| Binary | 10110110 | 11000011 | 11100111 | 10101 | 10000 | 0 | 1001 | 11100000 | 110011 | 1010001 |
Color Harmonies of #B6C3E7
Complementary color
Monochromatic Colors of #B6C3E7
Black with #B6C3E7
Text Example
Text Example
White with #B6C3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C3E7; }
p { color: rgb(182,195,231); }
H1.HeaderClassName
{
color: #B6C3E7;
}
.AnyTagClassName
{
color: #B6C3E7;
}
</style>
background-color css
<style>
a { background-color: #B6C3E7; }
a { background-color: rgb(182,195,231); }
div.DivClassName
{
background-color: #B6C3E7;
}
.BgClassName
{
background-color: #B6C3E7;
}
</style>
border-color css
<style>
span { border-color: #B6C3E7; }
span { border-color: rgb(182,195,231); }
td.TdClassName
{
border-color: #B6C3E7;
}
.TagClassName
{
border-color: #B6C3E7;
}
</style>