Shades of Perano #B2BDEF
Tints of Perano #B2BDEF
RGB
CMYK
RGB Variations
Color information
#B2BDEF (or 0xB2BDEF) is known color: Perano. HEX triplet: B2, BD and EF. RGB value is (178,189,239). Sum of RGB (Red+Green+Blue) = 178+189+239=606 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.37% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2BDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BDEF is #4D4210. Grayscale: #BFBFBF. Windows color (decimal): -5063185 or 15711666. OLE color: 15711666.
HSL color Cylindrical-coordinate representation of color #B2BDEF: hue angle of 229.18º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2BDEF is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 189 | 239 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.06 |
| HSL | 229.18º | 0.66% | 0.82% | - |
| HSV(B) | 229.18º | 0.26% | 0.94% | - |
| XYZ | 52.14 | 52.09 | 88.97 | - |
| YUV | 191.41 | 154.86 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 189 | 239 | 0.26 | 0.21 | 0 | 0.06 | 229.18 | 0.66 | 0.82 |
| Hex | B2 | BD | EF | 1A | 15 | 0 | 6 | E5 | 42 | 52 |
| Octal | 262 | 275 | 357 | 32 | 25 | 0 | 6 | 345 | 102 | 122 |
| Binary | 10110010 | 10111101 | 11101111 | 11010 | 10101 | 0 | 110 | 11100101 | 1000010 | 1010010 |
Color Harmonies of #B2BDEF
Complementary color
Monochromatic Colors of #B2BDEF
Black with #B2BDEF
Text Example
Text Example
White with #B2BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BDEF; }
p { color: rgb(178,189,239); }
H1.HeaderClassName
{
color: #B2BDEF;
}
.AnyTagClassName
{
color: #B2BDEF;
}
</style>
background-color css
<style>
a { background-color: #B2BDEF; }
a { background-color: rgb(178,189,239); }
div.DivClassName
{
background-color: #B2BDEF;
}
.BgClassName
{
background-color: #B2BDEF;
}
</style>
border-color css
<style>
span { border-color: #B2BDEF; }
span { border-color: rgb(178,189,239); }
td.TdClassName
{
border-color: #B2BDEF;
}
.TagClassName
{
border-color: #B2BDEF;
}
</style>