Shades of Perano #B2BCDF
Tints of Perano #B2BCDF
RGB
CMYK
RGB Variations
Color information
#B2BCDF (or 0xB2BCDF) is known color: Perano. HEX triplet: B2, BC and DF. RGB value is (178,188,223). Sum of RGB (Red+Green+Blue) = 178+188+223=589 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.22% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #B2BCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BCDF is #4D4320. Grayscale: #BCBCBC. Windows color (decimal): -5063457 or 14662834. OLE color: 14662834.
HSL color Cylindrical-coordinate representation of color #B2BCDF: hue angle of 226.67º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2BCDF is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 188 | 223 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.13 |
| HSL | 226.67º | 0.41% | 0.79% | - |
| HSV(B) | 226.67º | 0.2% | 0.87% | - |
| XYZ | 49.66 | 50.76 | 76.99 | - |
| YUV | 189 | 147.19 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 223 | 0.20 | 0.16 | 0 | 0.13 | 226.67 | 0.41 | 0.79 |
| Hex | B2 | BC | DF | 14 | 10 | 0 | D | E3 | 29 | 4F |
| Octal | 262 | 274 | 337 | 24 | 20 | 0 | 15 | 343 | 51 | 117 |
| Binary | 10110010 | 10111100 | 11011111 | 10100 | 10000 | 0 | 1101 | 11100011 | 101001 | 1001111 |
Color Harmonies of #B2BCDF
Complementary color
Monochromatic Colors of #B2BCDF
Black with #B2BCDF
Text Example
Text Example
White with #B2BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BCDF; }
p { color: rgb(178,188,223); }
H1.HeaderClassName
{
color: #B2BCDF;
}
.AnyTagClassName
{
color: #B2BCDF;
}
</style>
background-color css
<style>
a { background-color: #B2BCDF; }
a { background-color: rgb(178,188,223); }
div.DivClassName
{
background-color: #B2BCDF;
}
.BgClassName
{
background-color: #B2BCDF;
}
</style>
border-color css
<style>
span { border-color: #B2BCDF; }
span { border-color: rgb(178,188,223); }
td.TdClassName
{
border-color: #B2BCDF;
}
.TagClassName
{
border-color: #B2BCDF;
}
</style>