Shades of Perano #BBBDF2
Tints of Perano #BBBDF2
RGB
CMYK
RGB Variations
Color information
#BBBDF2 (or 0xBBBDF2) is known color: Perano. HEX triplet: BB, BD and F2. RGB value is (187,189,242). Sum of RGB (Red+Green+Blue) = 187+189+242=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBBDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBDF2 is #44420D. Grayscale: #C2C2C2. Windows color (decimal): -4473358 or 15908283. OLE color: 15908283.
HSL color Cylindrical-coordinate representation of color #BBBDF2: hue angle of 237.82º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBBDF2 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 189 | 242 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.05 |
| HSL | 237.82º | 0.68% | 0.84% | - |
| HSV(B) | 237.82º | 0.23% | 0.95% | - |
| XYZ | 54.72 | 53.37 | 91.42 | - |
| YUV | 194.44 | 154.84 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 242 | 0.23 | 0.22 | 0 | 0.05 | 237.82 | 0.68 | 0.84 |
| Hex | BB | BD | F2 | 17 | 16 | 0 | 5 | EE | 44 | 54 |
| Octal | 273 | 275 | 362 | 27 | 26 | 0 | 5 | 356 | 104 | 124 |
| Binary | 10111011 | 10111101 | 11110010 | 10111 | 10110 | 0 | 101 | 11101110 | 1000100 | 1010100 |
Color Harmonies of #BBBDF2
Complementary color
Monochromatic Colors of #BBBDF2
Black with #BBBDF2
Text Example
Text Example
White with #BBBDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBDF2; }
p { color: rgb(187,189,242); }
H1.HeaderClassName
{
color: #BBBDF2;
}
.AnyTagClassName
{
color: #BBBDF2;
}
</style>
background-color css
<style>
a { background-color: #BBBDF2; }
a { background-color: rgb(187,189,242); }
div.DivClassName
{
background-color: #BBBDF2;
}
.BgClassName
{
background-color: #BBBDF2;
}
</style>
border-color css
<style>
span { border-color: #BBBDF2; }
span { border-color: rgb(187,189,242); }
td.TdClassName
{
border-color: #BBBDF2;
}
.TagClassName
{
border-color: #BBBDF2;
}
</style>