Shades of Fringy Flower #BBEDC1
Tints of Fringy Flower #BBEDC1
RGB
CMYK
RGB Variations
Color information
#BBEDC1 (or 0xBBEDC1) is known color: Fringy Flower. HEX triplet: BB, ED and C1. RGB value is (187,237,193). Sum of RGB (Red+Green+Blue) = 187+237+193=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDC1 is #44123E. Grayscale: #D9D9D9. Windows color (decimal): -4461119 or 12709307. OLE color: 12709307.
HSL color Cylindrical-coordinate representation of color #BBEDC1: hue angle of 127.2º degrees, saturation: 0.58, 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 #BBEDC1 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 193 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.07 |
| HSL | 127.2º | 0.58% | 0.83% | - |
| HSV(B) | 127.2º | 0.21% | 0.93% | - |
| XYZ | 60.4 | 74.98 | 61.74 | - |
| YUV | 217.03 | 114.44 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 193 | 0.21 | 0 | 0.19 | 0.07 | 127.2 | 0.58 | 0.83 |
| Hex | BB | ED | C1 | 15 | 0 | 13 | 7 | 7F | 3A | 53 |
| Octal | 273 | 355 | 301 | 25 | 0 | 23 | 7 | 177 | 72 | 123 |
| Binary | 10111011 | 11101101 | 11000001 | 10101 | 0 | 10011 | 111 | 1111111 | 111010 | 1010011 |
Color Harmonies of #BBEDC1
Complementary color
Monochromatic Colors of #BBEDC1
Black with #BBEDC1
Text Example
Text Example
White with #BBEDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDC1; }
p { color: rgb(187,237,193); }
H1.HeaderClassName
{
color: #BBEDC1;
}
.AnyTagClassName
{
color: #BBEDC1;
}
</style>
background-color css
<style>
a { background-color: #BBEDC1; }
a { background-color: rgb(187,237,193); }
div.DivClassName
{
background-color: #BBEDC1;
}
.BgClassName
{
background-color: #BBEDC1;
}
</style>
border-color css
<style>
span { border-color: #BBEDC1; }
span { border-color: rgb(187,237,193); }
td.TdClassName
{
border-color: #BBEDC1;
}
.TagClassName
{
border-color: #BBEDC1;
}
</style>