Shades of Fringy Flower #BBECC3
Tints of Fringy Flower #BBECC3
RGB
CMYK
RGB Variations
Color information
#BBECC3 (or 0xBBECC3) is known color: Fringy Flower. HEX triplet: BB, EC and C3. RGB value is (187,236,195). Sum of RGB (Red+Green+Blue) = 187+236+195=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 195 (76.56% from 255 or 31.55% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECC3 is #44133C. Grayscale: #D8D8D8. Windows color (decimal): -4461373 or 12840123. OLE color: 12840123.
HSL color Cylindrical-coordinate representation of color #BBECC3: hue angle of 129.8º 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 #BBECC3 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 195 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.07 |
| HSL | 129.8º | 0.56% | 0.83% | - |
| HSV(B) | 129.8º | 0.21% | 0.93% | - |
| XYZ | 60.34 | 74.5 | 62.83 | - |
| YUV | 216.68 | 115.77 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 195 | 0.21 | 0 | 0.17 | 0.07 | 129.8 | 0.56 | 0.83 |
| Hex | BB | EC | C3 | 15 | 0 | 11 | 7 | 82 | 38 | 53 |
| Octal | 273 | 354 | 303 | 25 | 0 | 21 | 7 | 202 | 70 | 123 |
| Binary | 10111011 | 11101100 | 11000011 | 10101 | 0 | 10001 | 111 | 10000010 | 111000 | 1010011 |
Color Harmonies of #BBECC3
Complementary color
Monochromatic Colors of #BBECC3
Black with #BBECC3
Text Example
Text Example
White with #BBECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBECC3; }
p { color: rgb(187,236,195); }
H1.HeaderClassName
{
color: #BBECC3;
}
.AnyTagClassName
{
color: #BBECC3;
}
</style>
background-color css
<style>
a { background-color: #BBECC3; }
a { background-color: rgb(187,236,195); }
div.DivClassName
{
background-color: #BBECC3;
}
.BgClassName
{
background-color: #BBECC3;
}
</style>
border-color css
<style>
span { border-color: #BBECC3; }
span { border-color: rgb(187,236,195); }
td.TdClassName
{
border-color: #BBECC3;
}
.TagClassName
{
border-color: #BBECC3;
}
</style>