Shades of Water Leaf #BBFDED
Tints of Water Leaf #BBFDED
RGB
CMYK
RGB Variations
Color information
#BBFDED (or 0xBBFDED) is known color: Water Leaf. HEX triplet: BB, FD and ED. RGB value is (187,253,237). Sum of RGB (Red+Green+Blue) = 187+253+237=677 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.62% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDED is #440212. Grayscale: #E7E7E7. Windows color (decimal): -4456979 or 15596987. OLE color: 15596987.
HSL color Cylindrical-coordinate representation of color #BBFDED: hue angle of 165.45º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFDED is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 187 | 253 | 237 | - |
CMYK | 0.26 | 0 | 0.06 | 0.01 |
HSL | 165.45º | 0.94% | 0.86% | - |
HSV(B) | 165.45º | 0.26% | 0.99% | - |
XYZ | 70.9 | 86.93 | 93.16 | - |
YUV | 231.44 | 131.13 | 96.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 253 | 237 | 0.26 | 0 | 0.06 | 0.01 | 165.45 | 0.94 | 0.86 |
Hex | BB | FD | ED | 1A | 0 | 6 | 1 | A5 | 5E | 56 |
Octal | 273 | 375 | 355 | 32 | 0 | 6 | 1 | 245 | 136 | 126 |
Binary | 10111011 | 11111101 | 11101101 | 11010 | 0 | 110 | 1 | 10100101 | 1011110 | 1010110 |
Color Harmonies of #BBFDED
Complementary color
Monochromatic Colors of #BBFDED
Black with #BBFDED
Text Example
Text Example
White with #BBFDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDED; }
p { color: rgb(187,253,237); }
H1.HeaderClassName
{
color: #BBFDED;
}
.AnyTagClassName
{
color: #BBFDED;
}
</style>
background-color css
<style>
a { background-color: #BBFDED; }
a { background-color: rgb(187,253,237); }
div.DivClassName
{
background-color: #BBFDED;
}
.BgClassName
{
background-color: #BBFDED;
}
</style>
border-color css
<style>
span { border-color: #BBFDED; }
span { border-color: rgb(187,253,237); }
td.TdClassName
{
border-color: #BBFDED;
}
.TagClassName
{
border-color: #BBFDED;
}
</style>