Shades of Perano #B2BCED
Tints of Perano #B2BCED
RGB
CMYK
RGB Variations
Color information
#B2BCED (or 0xB2BCED) is known color: Perano. HEX triplet: B2, BC and ED. RGB value is (178,188,237). Sum of RGB (Red+Green+Blue) = 178+188+237=603 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.52% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #B2BCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BCED is #4D4312. Grayscale: #BEBEBE. Windows color (decimal): -5063443 or 15580338. OLE color: 15580338.
HSL color Cylindrical-coordinate representation of color #B2BCED: hue angle of 229.83º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2BCED is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 188 | 237 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.07 |
| HSL | 229.83º | 0.62% | 0.81% | - |
| HSV(B) | 229.83º | 0.25% | 0.93% | - |
| XYZ | 51.63 | 51.55 | 87.35 | - |
| YUV | 190.6 | 154.19 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 237 | 0.25 | 0.21 | 0 | 0.07 | 229.83 | 0.62 | 0.81 |
| Hex | B2 | BC | ED | 19 | 15 | 0 | 7 | E6 | 3E | 51 |
| Octal | 262 | 274 | 355 | 31 | 25 | 0 | 7 | 346 | 76 | 121 |
| Binary | 10110010 | 10111100 | 11101101 | 11001 | 10101 | 0 | 111 | 11100110 | 111110 | 1010001 |
Color Harmonies of #B2BCED
Complementary color
Monochromatic Colors of #B2BCED
Black with #B2BCED
Text Example
Text Example
White with #B2BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BCED; }
p { color: rgb(178,188,237); }
H1.HeaderClassName
{
color: #B2BCED;
}
.AnyTagClassName
{
color: #B2BCED;
}
</style>
background-color css
<style>
a { background-color: #B2BCED; }
a { background-color: rgb(178,188,237); }
div.DivClassName
{
background-color: #B2BCED;
}
.BgClassName
{
background-color: #B2BCED;
}
</style>
border-color css
<style>
span { border-color: #B2BCED; }
span { border-color: rgb(178,188,237); }
td.TdClassName
{
border-color: #B2BCED;
}
.TagClassName
{
border-color: #B2BCED;
}
</style>