Shades of Fringy Flower #BBECC0
Tints of Fringy Flower #BBECC0
RGB
CMYK
RGB Variations
Color information
#BBECC0 (or 0xBBECC0) is known color: Fringy Flower. HEX triplet: BB, EC and C0. RGB value is (187,236,192). Sum of RGB (Red+Green+Blue) = 187+236+192=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECC0 is #44133F. Grayscale: #D8D8D8. Windows color (decimal): -4461376 or 12643515. OLE color: 12643515.
HSL color Cylindrical-coordinate representation of color #BBECC0: hue angle of 126.12º 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 #BBECC0 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 192 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.07 |
| HSL | 126.12º | 0.56% | 0.83% | - |
| HSV(B) | 126.12º | 0.21% | 0.93% | - |
| XYZ | 60 | 74.36 | 61.06 | - |
| YUV | 216.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 192 | 0.21 | 0 | 0.19 | 0.07 | 126.12 | 0.56 | 0.83 |
| Hex | BB | EC | C0 | 15 | 0 | 13 | 7 | 7E | 38 | 53 |
| Octal | 273 | 354 | 300 | 25 | 0 | 23 | 7 | 176 | 70 | 123 |
| Binary | 10111011 | 11101100 | 11000000 | 10101 | 0 | 10011 | 111 | 1111110 | 111000 | 1010011 |
Color Harmonies of #BBECC0
Complementary color
Monochromatic Colors of #BBECC0
Black with #BBECC0
Text Example
Text Example
White with #BBECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBECC0; }
p { color: rgb(187,236,192); }
H1.HeaderClassName
{
color: #BBECC0;
}
.AnyTagClassName
{
color: #BBECC0;
}
</style>
background-color css
<style>
a { background-color: #BBECC0; }
a { background-color: rgb(187,236,192); }
div.DivClassName
{
background-color: #BBECC0;
}
.BgClassName
{
background-color: #BBECC0;
}
</style>
border-color css
<style>
span { border-color: #BBECC0; }
span { border-color: rgb(187,236,192); }
td.TdClassName
{
border-color: #BBECC0;
}
.TagClassName
{
border-color: #BBECC0;
}
</style>