Shades of Fringy Flower #B5EEC1
Tints of Fringy Flower #B5EEC1
RGB
CMYK
RGB Variations
Color information
#B5EEC1 (or 0xB5EEC1) is known color: Fringy Flower. HEX triplet: B5, EE and C1. RGB value is (181,238,193). Sum of RGB (Red+Green+Blue) = 181+238+193=612 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.58% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 193 (75.78% from 255 or 31.54% from 612); Max value from RGB is 238 - color contains mainly: green. Hex color #B5EEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EEC1 is #4A113E. Grayscale: #D7D7D7. Windows color (decimal): -4854079 or 12709557. OLE color: 12709557.
HSL color Cylindrical-coordinate representation of color #B5EEC1: hue angle of 132.63º 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 #B5EEC1 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 238 | 193 | - |
CMYK | 0.24 | 0 | 0.19 | 0.07 |
HSL | 132.63º | 0.63% | 0.82% | - |
HSV(B) | 132.63º | 0.24% | 0.93% | - |
XYZ | 59.26 | 74.82 | 61.77 | - |
YUV | 215.83 | 115.12 | 103.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 238 | 193 | 0.24 | 0 | 0.19 | 0.07 | 132.63 | 0.63 | 0.82 |
Hex | B5 | EE | C1 | 18 | 0 | 13 | 7 | 85 | 3F | 52 |
Octal | 265 | 356 | 301 | 30 | 0 | 23 | 7 | 205 | 77 | 122 |
Binary | 10110101 | 11101110 | 11000001 | 11000 | 0 | 10011 | 111 | 10000101 | 111111 | 1010010 |
Color Harmonies of #B5EEC1
Complementary color
Monochromatic Colors of #B5EEC1
Black with #B5EEC1
Text Example
Text Example
White with #B5EEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EEC1; }
p { color: rgb(181,238,193); }
H1.HeaderClassName
{
color: #B5EEC1;
}
.AnyTagClassName
{
color: #B5EEC1;
}
</style>
background-color css
<style>
a { background-color: #B5EEC1; }
a { background-color: rgb(181,238,193); }
div.DivClassName
{
background-color: #B5EEC1;
}
.BgClassName
{
background-color: #B5EEC1;
}
</style>
border-color css
<style>
span { border-color: #B5EEC1; }
span { border-color: rgb(181,238,193); }
td.TdClassName
{
border-color: #B5EEC1;
}
.TagClassName
{
border-color: #B5EEC1;
}
</style>