Shades of Fringy Flower #BBEDC3
Tints of Fringy Flower #BBEDC3
RGB
CMYK
RGB Variations
Color information
#BBEDC3 (or 0xBBEDC3) is known color: Fringy Flower. HEX triplet: BB, ED and C3. RGB value is (187,237,195). Sum of RGB (Red+Green+Blue) = 187+237+195=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 195 (76.56% from 255 or 31.50% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDC3 is #44123C. Grayscale: #D9D9D9. Windows color (decimal): -4461117 or 12840379. OLE color: 12840379.
HSL color Cylindrical-coordinate representation of color #BBEDC3: hue angle of 129.6º 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 #BBEDC3 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 195 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.07 |
| HSL | 129.6º | 0.58% | 0.83% | - |
| HSV(B) | 129.6º | 0.21% | 0.93% | - |
| XYZ | 60.63 | 75.07 | 62.92 | - |
| YUV | 217.26 | 115.44 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 195 | 0.21 | 0 | 0.18 | 0.07 | 129.6 | 0.58 | 0.83 |
| Hex | BB | ED | C3 | 15 | 0 | 12 | 7 | 82 | 3A | 53 |
| Octal | 273 | 355 | 303 | 25 | 0 | 22 | 7 | 202 | 72 | 123 |
| Binary | 10111011 | 11101101 | 11000011 | 10101 | 0 | 10010 | 111 | 10000010 | 111010 | 1010011 |
Color Harmonies of #BBEDC3
Complementary color
Monochromatic Colors of #BBEDC3
Black with #BBEDC3
Text Example
Text Example
White with #BBEDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDC3; }
p { color: rgb(187,237,195); }
H1.HeaderClassName
{
color: #BBEDC3;
}
.AnyTagClassName
{
color: #BBEDC3;
}
</style>
background-color css
<style>
a { background-color: #BBEDC3; }
a { background-color: rgb(187,237,195); }
div.DivClassName
{
background-color: #BBEDC3;
}
.BgClassName
{
background-color: #BBEDC3;
}
</style>
border-color css
<style>
span { border-color: #BBEDC3; }
span { border-color: rgb(187,237,195); }
td.TdClassName
{
border-color: #BBEDC3;
}
.TagClassName
{
border-color: #BBEDC3;
}
</style>