Shades of Fringy Flower #B5EEBC
Tints of Fringy Flower #B5EEBC
RGB
CMYK
RGB Variations
Color information
#B5EEBC (or 0xB5EEBC) is known color: Fringy Flower. HEX triplet: B5, EE and BC. RGB value is (181,238,188). Sum of RGB (Red+Green+Blue) = 181+238+188=607 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.82% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 238 - color contains mainly: green. Hex color #B5EEBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EEBC is #4A1143. Grayscale: #D7D7D7. Windows color (decimal): -4854084 or 12381877. OLE color: 12381877.
HSL color Cylindrical-coordinate representation of color #B5EEBC: hue angle of 127.37º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EEBC is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 238 | 188 | - |
CMYK | 0.24 | 0 | 0.21 | 0.07 |
HSL | 127.37º | 0.63% | 0.82% | - |
HSV(B) | 127.37º | 0.24% | 0.93% | - |
XYZ | 58.71 | 74.6 | 58.88 | - |
YUV | 215.26 | 112.62 | 103.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 238 | 188 | 0.24 | 0 | 0.21 | 0.07 | 127.37 | 0.63 | 0.82 |
Hex | B5 | EE | BC | 18 | 0 | 15 | 7 | 7F | 3F | 52 |
Octal | 265 | 356 | 274 | 30 | 0 | 25 | 7 | 177 | 77 | 122 |
Binary | 10110101 | 11101110 | 10111100 | 11000 | 0 | 10101 | 111 | 1111111 | 111111 | 1010010 |
Color Harmonies of #B5EEBC
Complementary color
Monochromatic Colors of #B5EEBC
Black with #B5EEBC
Text Example
Text Example
White with #B5EEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EEBC; }
p { color: rgb(181,238,188); }
H1.HeaderClassName
{
color: #B5EEBC;
}
.AnyTagClassName
{
color: #B5EEBC;
}
</style>
background-color css
<style>
a { background-color: #B5EEBC; }
a { background-color: rgb(181,238,188); }
div.DivClassName
{
background-color: #B5EEBC;
}
.BgClassName
{
background-color: #B5EEBC;
}
</style>
border-color css
<style>
span { border-color: #B5EEBC; }
span { border-color: rgb(181,238,188); }
td.TdClassName
{
border-color: #B5EEBC;
}
.TagClassName
{
border-color: #B5EEBC;
}
</style>