Shades of Fringy Flower #BBE4C0
Tints of Fringy Flower #BBE4C0
RGB
CMYK
RGB Variations
Color information
#BBE4C0 (or 0xBBE4C0) is known color: Fringy Flower. HEX triplet: BB, E4 and C0. RGB value is (187,228,192). Sum of RGB (Red+Green+Blue) = 187+228+192=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE4C0 is #441B3F. Grayscale: #D3D3D3. Windows color (decimal): -4463424 or 12641467. OLE color: 12641467.
HSL color Cylindrical-coordinate representation of color #BBE4C0: hue angle of 127.32º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE4C0 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 228 | 192 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.11 |
| HSL | 127.32º | 0.43% | 0.81% | - |
| HSV(B) | 127.32º | 0.18% | 0.89% | - |
| XYZ | 57.75 | 69.86 | 60.31 | - |
| YUV | 211.64 | 116.92 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 192 | 0.18 | 0 | 0.16 | 0.11 | 127.32 | 0.43 | 0.81 |
| Hex | BB | E4 | C0 | 12 | 0 | 10 | B | 7F | 2B | 51 |
| Octal | 273 | 344 | 300 | 22 | 0 | 20 | 13 | 177 | 53 | 121 |
| Binary | 10111011 | 11100100 | 11000000 | 10010 | 0 | 10000 | 1011 | 1111111 | 101011 | 1010001 |
Color Harmonies of #BBE4C0
Complementary color
Monochromatic Colors of #BBE4C0
Black with #BBE4C0
Text Example
Text Example
White with #BBE4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE4C0; }
p { color: rgb(187,228,192); }
H1.HeaderClassName
{
color: #BBE4C0;
}
.AnyTagClassName
{
color: #BBE4C0;
}
</style>
background-color css
<style>
a { background-color: #BBE4C0; }
a { background-color: rgb(187,228,192); }
div.DivClassName
{
background-color: #BBE4C0;
}
.BgClassName
{
background-color: #BBE4C0;
}
</style>
border-color css
<style>
span { border-color: #BBE4C0; }
span { border-color: rgb(187,228,192); }
td.TdClassName
{
border-color: #BBE4C0;
}
.TagClassName
{
border-color: #BBE4C0;
}
</style>