Shades of Fringy Flower #BBEEBB
Tints of Fringy Flower #BBEEBB
RGB
CMYK
RGB Variations
Color information
#BBEEBB (or 0xBBEEBB) is known color: Fringy Flower. HEX triplet: BB, EE and BB. RGB value is (187,238,187). Sum of RGB (Red+Green+Blue) = 187+238+187=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEEBB is #441144. Grayscale: #D9D9D9. Windows color (decimal): -4460869 or 12316347. OLE color: 12316347.
HSL color Cylindrical-coordinate representation of color #BBEEBB: hue angle of 120º degrees, saturation: 0.6, 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 #BBEEBB is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 187 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.07 |
| HSL | 120º | 0.6% | 0.83% | - |
| HSV(B) | 120º | 0.21% | 0.93% | - |
| XYZ | 60.04 | 75.3 | 58.38 | - |
| YUV | 216.94 | 111.1 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 187 | 0.21 | 0 | 0.21 | 0.07 | 120 | 0.6 | 0.83 |
| Hex | BB | EE | BB | 15 | 0 | 15 | 7 | 78 | 3C | 53 |
| Octal | 273 | 356 | 273 | 25 | 0 | 25 | 7 | 170 | 74 | 123 |
| Binary | 10111011 | 11101110 | 10111011 | 10101 | 0 | 10101 | 111 | 1111000 | 111100 | 1010011 |
Color Harmonies of #BBEEBB
Complementary color
Monochromatic Colors of #BBEEBB
Black with #BBEEBB
Text Example
Text Example
White with #BBEEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEEBB; }
p { color: rgb(187,238,187); }
H1.HeaderClassName
{
color: #BBEEBB;
}
.AnyTagClassName
{
color: #BBEEBB;
}
</style>
background-color css
<style>
a { background-color: #BBEEBB; }
a { background-color: rgb(187,238,187); }
div.DivClassName
{
background-color: #BBEEBB;
}
.BgClassName
{
background-color: #BBEEBB;
}
</style>
border-color css
<style>
span { border-color: #BBEEBB; }
span { border-color: rgb(187,238,187); }
td.TdClassName
{
border-color: #BBEEBB;
}
.TagClassName
{
border-color: #BBEEBB;
}
</style>