Shades of Fringy Flower #BBE7C4
Tints of Fringy Flower #BBE7C4
RGB
CMYK
RGB Variations
Color information
#BBE7C4 (or 0xBBE7C4) is known color: Fringy Flower. HEX triplet: BB, E7 and C4. RGB value is (187,231,196). Sum of RGB (Red+Green+Blue) = 187+231+196=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7C4 is #44183B. Grayscale: #D5D5D5. Windows color (decimal): -4462652 or 12904379. OLE color: 12904379.
HSL color Cylindrical-coordinate representation of color #BBE7C4: hue angle of 132.27º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE7C4 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 231 | 196 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.09 |
| HSL | 132.27º | 0.48% | 0.82% | - |
| HSV(B) | 132.27º | 0.19% | 0.91% | - |
| XYZ | 59.03 | 71.7 | 62.95 | - |
| YUV | 213.85 | 117.92 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 231 | 196 | 0.19 | 0 | 0.15 | 0.09 | 132.27 | 0.48 | 0.82 |
| Hex | BB | E7 | C4 | 13 | 0 | F | 9 | 84 | 30 | 52 |
| Octal | 273 | 347 | 304 | 23 | 0 | 17 | 11 | 204 | 60 | 122 |
| Binary | 10111011 | 11100111 | 11000100 | 10011 | 0 | 1111 | 1001 | 10000100 | 110000 | 1010010 |
Color Harmonies of #BBE7C4
Complementary color
Monochromatic Colors of #BBE7C4
Black with #BBE7C4
Text Example
Text Example
White with #BBE7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE7C4; }
p { color: rgb(187,231,196); }
H1.HeaderClassName
{
color: #BBE7C4;
}
.AnyTagClassName
{
color: #BBE7C4;
}
</style>
background-color css
<style>
a { background-color: #BBE7C4; }
a { background-color: rgb(187,231,196); }
div.DivClassName
{
background-color: #BBE7C4;
}
.BgClassName
{
background-color: #BBE7C4;
}
</style>
border-color css
<style>
span { border-color: #BBE7C4; }
span { border-color: rgb(187,231,196); }
td.TdClassName
{
border-color: #BBE7C4;
}
.TagClassName
{
border-color: #BBE7C4;
}
</style>