Shades of Fringy Flower #BBECBF
Tints of Fringy Flower #BBECBF
RGB
CMYK
RGB Variations
Color information
#BBECBF (or 0xBBECBF) is known color: Fringy Flower. HEX triplet: BB, EC and BF. RGB value is (187,236,191). Sum of RGB (Red+Green+Blue) = 187+236+191=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECBF is #441340. Grayscale: #D8D8D8. Windows color (decimal): -4461377 or 12577979. OLE color: 12577979.
HSL color Cylindrical-coordinate representation of color #BBECBF: hue angle of 124.9º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBECBF is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 191 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.07 |
| HSL | 124.9º | 0.56% | 0.83% | - |
| HSV(B) | 124.9º | 0.21% | 0.93% | - |
| XYZ | 59.89 | 74.32 | 60.48 | - |
| YUV | 216.22 | 113.77 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 191 | 0.21 | 0 | 0.19 | 0.07 | 124.9 | 0.56 | 0.83 |
| Hex | BB | EC | BF | 15 | 0 | 13 | 7 | 7D | 38 | 53 |
| Octal | 273 | 354 | 277 | 25 | 0 | 23 | 7 | 175 | 70 | 123 |
| Binary | 10111011 | 11101100 | 10111111 | 10101 | 0 | 10011 | 111 | 1111101 | 111000 | 1010011 |
Color Harmonies of #BBECBF
Complementary color
Monochromatic Colors of #BBECBF
Black with #BBECBF
Text Example
Text Example
White with #BBECBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBECBF; }
p { color: rgb(187,236,191); }
H1.HeaderClassName
{
color: #BBECBF;
}
.AnyTagClassName
{
color: #BBECBF;
}
</style>
background-color css
<style>
a { background-color: #BBECBF; }
a { background-color: rgb(187,236,191); }
div.DivClassName
{
background-color: #BBECBF;
}
.BgClassName
{
background-color: #BBECBF;
}
</style>
border-color css
<style>
span { border-color: #BBECBF; }
span { border-color: rgb(187,236,191); }
td.TdClassName
{
border-color: #BBECBF;
}
.TagClassName
{
border-color: #BBECBF;
}
</style>