Shades of Perano #B6C5F7
Tints of Perano #B6C5F7
RGB
CMYK
RGB Variations
Color information
#B6C5F7 (or 0xB6C5F7) is known color: Perano. HEX triplet: B6, C5 and F7. RGB value is (182,197,247). Sum of RGB (Red+Green+Blue) = 182+197+247=626 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.07% from 626); Green value is 197 (77.34% from 255 or 31.47% from 626); Blue value is 247 (96.88% from 255 or 39.46% from 626); Max value from RGB is 247 - color contains mainly: blue. Hex color #B6C5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C5F7 is #493A08. Grayscale: #C6C6C6. Windows color (decimal): -4798985 or 16238006. OLE color: 16238006.
HSL color Cylindrical-coordinate representation of color #B6C5F7: hue angle of 226.15º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6C5F7 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 182 | 197 | 247 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.03 |
| HSL | 226.15º | 0.8% | 0.84% | - |
| HSV(B) | 226.15º | 0.26% | 0.97% | - |
| XYZ | 56.05 | 56.59 | 95.97 | - |
| YUV | 198.22 | 155.53 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 197 | 247 | 0.26 | 0.20 | 0 | 0.03 | 226.15 | 0.8 | 0.84 |
| Hex | B6 | C5 | F7 | 1A | 14 | 0 | 3 | E2 | 50 | 54 |
| Octal | 266 | 305 | 367 | 32 | 24 | 0 | 3 | 342 | 120 | 124 |
| Binary | 10110110 | 11000101 | 11110111 | 11010 | 10100 | 0 | 11 | 11100010 | 1010000 | 1010100 |
Color Harmonies of #B6C5F7
Complementary color
Monochromatic Colors of #B6C5F7
Black with #B6C5F7
Text Example
Text Example
White with #B6C5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C5F7; }
p { color: rgb(182,197,247); }
H1.HeaderClassName
{
color: #B6C5F7;
}
.AnyTagClassName
{
color: #B6C5F7;
}
</style>
background-color css
<style>
a { background-color: #B6C5F7; }
a { background-color: rgb(182,197,247); }
div.DivClassName
{
background-color: #B6C5F7;
}
.BgClassName
{
background-color: #B6C5F7;
}
</style>
border-color css
<style>
span { border-color: #B6C5F7; }
span { border-color: rgb(182,197,247); }
td.TdClassName
{
border-color: #B6C5F7;
}
.TagClassName
{
border-color: #B6C5F7;
}
</style>