Shades of Perano #B2BBEE
Tints of Perano #B2BBEE
RGB
CMYK
RGB Variations
Color information
#B2BBEE (or 0xB2BBEE) is known color: Perano. HEX triplet: B2, BB and EE. RGB value is (178,187,238). Sum of RGB (Red+Green+Blue) = 178+187+238=603 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.52% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #B2BBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BBEE is #4D4411. Grayscale: #BDBDBD. Windows color (decimal): -5063698 or 15645618. OLE color: 15645618.
HSL color Cylindrical-coordinate representation of color #B2BBEE: hue angle of 231º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2BBEE is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 187 | 238 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.07 |
| HSL | 231º | 0.64% | 0.82% | - |
| HSV(B) | 231º | 0.25% | 0.93% | - |
| XYZ | 51.56 | 51.18 | 88.05 | - |
| YUV | 190.12 | 155.02 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 238 | 0.25 | 0.21 | 0 | 0.07 | 231 | 0.64 | 0.82 |
| Hex | B2 | BB | EE | 19 | 15 | 0 | 7 | E7 | 40 | 52 |
| Octal | 262 | 273 | 356 | 31 | 25 | 0 | 7 | 347 | 100 | 122 |
| Binary | 10110010 | 10111011 | 11101110 | 11001 | 10101 | 0 | 111 | 11100111 | 1000000 | 1010010 |
Color Harmonies of #B2BBEE
Complementary color
Monochromatic Colors of #B2BBEE
Black with #B2BBEE
Text Example
Text Example
White with #B2BBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BBEE; }
p { color: rgb(178,187,238); }
H1.HeaderClassName
{
color: #B2BBEE;
}
.AnyTagClassName
{
color: #B2BBEE;
}
</style>
background-color css
<style>
a { background-color: #B2BBEE; }
a { background-color: rgb(178,187,238); }
div.DivClassName
{
background-color: #B2BBEE;
}
.BgClassName
{
background-color: #B2BBEE;
}
</style>
border-color css
<style>
span { border-color: #B2BBEE; }
span { border-color: rgb(178,187,238); }
td.TdClassName
{
border-color: #B2BBEE;
}
.TagClassName
{
border-color: #B2BBEE;
}
</style>