Shades of Water Leaf #BFEBE0
Tints of Water Leaf #BFEBE0
RGB
CMYK
RGB Variations
Color information
#BFEBE0 (or 0xBFEBE0) is known color: Water Leaf. HEX triplet: BF, EB and E0. RGB value is (191,235,224). Sum of RGB (Red+Green+Blue) = 191+235+224=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBE0 is #40141F. Grayscale: #DCDCDC. Windows color (decimal): -4199456 or 14740415. OLE color: 14740415.
HSL color Cylindrical-coordinate representation of color #BFEBE0: hue angle of 165º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEBE0 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 224 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.08 |
| HSL | 165º | 0.52% | 0.84% | - |
| HSV(B) | 165º | 0.19% | 0.92% | - |
| XYZ | 64.65 | 75.87 | 81.76 | - |
| YUV | 220.59 | 129.92 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 224 | 0.19 | 0 | 0.05 | 0.08 | 165 | 0.52 | 0.84 |
| Hex | BF | EB | E0 | 13 | 0 | 5 | 8 | A5 | 34 | 54 |
| Octal | 277 | 353 | 340 | 23 | 0 | 5 | 10 | 245 | 64 | 124 |
| Binary | 10111111 | 11101011 | 11100000 | 10011 | 0 | 101 | 1000 | 10100101 | 110100 | 1010100 |
Color Harmonies of #BFEBE0
Complementary color
Monochromatic Colors of #BFEBE0
Black with #BFEBE0
Text Example
Text Example
White with #BFEBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEBE0; }
p { color: rgb(191,235,224); }
H1.HeaderClassName
{
color: #BFEBE0;
}
.AnyTagClassName
{
color: #BFEBE0;
}
</style>
background-color css
<style>
a { background-color: #BFEBE0; }
a { background-color: rgb(191,235,224); }
div.DivClassName
{
background-color: #BFEBE0;
}
.BgClassName
{
background-color: #BFEBE0;
}
</style>
border-color css
<style>
span { border-color: #BFEBE0; }
span { border-color: rgb(191,235,224); }
td.TdClassName
{
border-color: #BFEBE0;
}
.TagClassName
{
border-color: #BFEBE0;
}
</style>