Shades of Perano #B3BBED
Tints of Perano #B3BBED
RGB
CMYK
RGB Variations
Color information
#B3BBED (or 0xB3BBED) is known color: Perano. HEX triplet: B3, BB and ED. RGB value is (179,187,237). Sum of RGB (Red+Green+Blue) = 179+187+237=603 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.68% from 603); Green value is 187 (73.44% from 255 or 31.01% 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 #B3BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BBED is #4C4412. Grayscale: #BEBEBE. Windows color (decimal): -4998163 or 15580083. OLE color: 15580083.
HSL color Cylindrical-coordinate representation of color #B3BBED: hue angle of 231.72º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3BBED is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 187 | 237 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.07 |
| HSL | 231.72º | 0.62% | 0.82% | - |
| HSV(B) | 231.72º | 0.24% | 0.93% | - |
| XYZ | 51.65 | 51.24 | 87.29 | - |
| YUV | 190.31 | 154.35 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 187 | 237 | 0.24 | 0.21 | 0 | 0.07 | 231.72 | 0.62 | 0.82 |
| Hex | B3 | BB | ED | 18 | 15 | 0 | 7 | E8 | 3E | 52 |
| Octal | 263 | 273 | 355 | 30 | 25 | 0 | 7 | 350 | 76 | 122 |
| Binary | 10110011 | 10111011 | 11101101 | 11000 | 10101 | 0 | 111 | 11101000 | 111110 | 1010010 |
Color Harmonies of #B3BBED
Complementary color
Monochromatic Colors of #B3BBED
Black with #B3BBED
Text Example
Text Example
White with #B3BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BBED; }
p { color: rgb(179,187,237); }
H1.HeaderClassName
{
color: #B3BBED;
}
.AnyTagClassName
{
color: #B3BBED;
}
</style>
background-color css
<style>
a { background-color: #B3BBED; }
a { background-color: rgb(179,187,237); }
div.DivClassName
{
background-color: #B3BBED;
}
.BgClassName
{
background-color: #B3BBED;
}
</style>
border-color css
<style>
span { border-color: #B3BBED; }
span { border-color: rgb(179,187,237); }
td.TdClassName
{
border-color: #B3BBED;
}
.TagClassName
{
border-color: #B3BBED;
}
</style>