Shades of Perano #B9C2EF
Tints of Perano #B9C2EF
RGB
CMYK
RGB Variations
Color information
#B9C2EF (or 0xB9C2EF) is known color: Perano. HEX triplet: B9, C2 and EF. RGB value is (185,194,239). Sum of RGB (Red+Green+Blue) = 185+194+239=618 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.94% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9C2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C2EF is #463D10. Grayscale: #C4C4C4. Windows color (decimal): -4603153 or 15712953. OLE color: 15712953.
HSL color Cylindrical-coordinate representation of color #B9C2EF: hue angle of 230º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9C2EF is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 194 | 239 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.06 |
| HSL | 230º | 0.63% | 0.83% | - |
| HSV(B) | 230º | 0.23% | 0.94% | - |
| XYZ | 54.88 | 55.13 | 89.41 | - |
| YUV | 196.44 | 152.02 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 194 | 239 | 0.23 | 0.19 | 0 | 0.06 | 230 | 0.63 | 0.83 |
| Hex | B9 | C2 | EF | 17 | 13 | 0 | 6 | E6 | 3F | 53 |
| Octal | 271 | 302 | 357 | 27 | 23 | 0 | 6 | 346 | 77 | 123 |
| Binary | 10111001 | 11000010 | 11101111 | 10111 | 10011 | 0 | 110 | 11100110 | 111111 | 1010011 |
Color Harmonies of #B9C2EF
Complementary color
Monochromatic Colors of #B9C2EF
Black with #B9C2EF
Text Example
Text Example
White with #B9C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C2EF; }
p { color: rgb(185,194,239); }
H1.HeaderClassName
{
color: #B9C2EF;
}
.AnyTagClassName
{
color: #B9C2EF;
}
</style>
background-color css
<style>
a { background-color: #B9C2EF; }
a { background-color: rgb(185,194,239); }
div.DivClassName
{
background-color: #B9C2EF;
}
.BgClassName
{
background-color: #B9C2EF;
}
</style>
border-color css
<style>
span { border-color: #B9C2EF; }
span { border-color: rgb(185,194,239); }
td.TdClassName
{
border-color: #B9C2EF;
}
.TagClassName
{
border-color: #B9C2EF;
}
</style>