Shades of Fringy Flower #BBECC1
Tints of Fringy Flower #BBECC1
RGB
CMYK
RGB Variations
Color information
#BBECC1 (or 0xBBECC1) is known color: Fringy Flower. HEX triplet: BB, EC and C1. RGB value is (187,236,193). Sum of RGB (Red+Green+Blue) = 187+236+193=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECC1 is #44133E. Grayscale: #D8D8D8. Windows color (decimal): -4461375 or 12709051. OLE color: 12709051.
HSL color Cylindrical-coordinate representation of color #BBECC1: hue angle of 127.35º 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 #BBECC1 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 193 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.07 |
| HSL | 127.35º | 0.56% | 0.83% | - |
| HSV(B) | 127.35º | 0.21% | 0.93% | - |
| XYZ | 60.11 | 74.41 | 61.65 | - |
| YUV | 216.45 | 114.77 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 193 | 0.21 | 0 | 0.18 | 0.07 | 127.35 | 0.56 | 0.83 |
| Hex | BB | EC | C1 | 15 | 0 | 12 | 7 | 7F | 38 | 53 |
| Octal | 273 | 354 | 301 | 25 | 0 | 22 | 7 | 177 | 70 | 123 |
| Binary | 10111011 | 11101100 | 11000001 | 10101 | 0 | 10010 | 111 | 1111111 | 111000 | 1010011 |
Color Harmonies of #BBECC1
Complementary color
Monochromatic Colors of #BBECC1
Black with #BBECC1
Text Example
Text Example
White with #BBECC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBECC1; }
p { color: rgb(187,236,193); }
H1.HeaderClassName
{
color: #BBECC1;
}
.AnyTagClassName
{
color: #BBECC1;
}
</style>
background-color css
<style>
a { background-color: #BBECC1; }
a { background-color: rgb(187,236,193); }
div.DivClassName
{
background-color: #BBECC1;
}
.BgClassName
{
background-color: #BBECC1;
}
</style>
border-color css
<style>
span { border-color: #BBECC1; }
span { border-color: rgb(187,236,193); }
td.TdClassName
{
border-color: #BBECC1;
}
.TagClassName
{
border-color: #BBECC1;
}
</style>