Shades of Fringy Flower #BBEBBC
Tints of Fringy Flower #BBEBBC
RGB
CMYK
RGB Variations
Color information
#BBEBBC (or 0xBBEBBC) is known color: Fringy Flower. HEX triplet: BB, EB and BC. RGB value is (187,235,188). Sum of RGB (Red+Green+Blue) = 187+235+188=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBBC is #441443. Grayscale: #D7D7D7. Windows color (decimal): -4461636 or 12381115. OLE color: 12381115.
HSL color Cylindrical-coordinate representation of color #BBEBBC: hue angle of 121.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEBBC is Cyan = 0.20, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 235 | 188 | - |
| CMYK | 0.20 | 0 | 0.2 | 0.08 |
| HSL | 121.25º | 0.55% | 0.83% | - |
| HSV(B) | 121.25º | 0.2% | 0.92% | - |
| XYZ | 59.28 | 73.61 | 58.66 | - |
| YUV | 215.29 | 112.6 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 235 | 188 | 0.20 | 0 | 0.2 | 0.08 | 121.25 | 0.55 | 0.83 |
| Hex | BB | EB | BC | 14 | 0 | 14 | 8 | 79 | 37 | 53 |
| Octal | 273 | 353 | 274 | 24 | 0 | 24 | 10 | 171 | 67 | 123 |
| Binary | 10111011 | 11101011 | 10111100 | 10100 | 0 | 10100 | 1000 | 1111001 | 110111 | 1010011 |
Color Harmonies of #BBEBBC
Complementary color
Monochromatic Colors of #BBEBBC
Black with #BBEBBC
Text Example
Text Example
White with #BBEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEBBC; }
p { color: rgb(187,235,188); }
H1.HeaderClassName
{
color: #BBEBBC;
}
.AnyTagClassName
{
color: #BBEBBC;
}
</style>
background-color css
<style>
a { background-color: #BBEBBC; }
a { background-color: rgb(187,235,188); }
div.DivClassName
{
background-color: #BBEBBC;
}
.BgClassName
{
background-color: #BBEBBC;
}
</style>
border-color css
<style>
span { border-color: #BBEBBC; }
span { border-color: rgb(187,235,188); }
td.TdClassName
{
border-color: #BBEBBC;
}
.TagClassName
{
border-color: #BBEBBC;
}
</style>