Shades of Fringy Flower #B6E5C2
Tints of Fringy Flower #B6E5C2
RGB
CMYK
RGB Variations
Color information
#B6E5C2 (or 0xB6E5C2) is known color: Fringy Flower. HEX triplet: B6, E5 and C2. RGB value is (182,229,194). Sum of RGB (Red+Green+Blue) = 182+229+194=605 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.08% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 229 - color contains mainly: green. Hex color #B6E5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E5C2 is #491A3D. Grayscale: #D3D3D3. Windows color (decimal): -4790846 or 12772790. OLE color: 12772790.
HSL color Cylindrical-coordinate representation of color #B6E5C2: hue angle of 135.32º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6E5C2 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 229 | 194 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.10 |
| HSL | 135.32º | 0.47% | 0.81% | - |
| HSV(B) | 135.32º | 0.21% | 0.9% | - |
| XYZ | 57.05 | 69.88 | 61.52 | - |
| YUV | 210.96 | 118.43 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 229 | 194 | 0.21 | 0 | 0.15 | 0.10 | 135.32 | 0.47 | 0.81 |
| Hex | B6 | E5 | C2 | 15 | 0 | F | A | 87 | 2F | 51 |
| Octal | 266 | 345 | 302 | 25 | 0 | 17 | 12 | 207 | 57 | 121 |
| Binary | 10110110 | 11100101 | 11000010 | 10101 | 0 | 1111 | 1010 | 10000111 | 101111 | 1010001 |
Color Harmonies of #B6E5C2
Complementary color
Monochromatic Colors of #B6E5C2
Black with #B6E5C2
Text Example
Text Example
White with #B6E5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E5C2; }
p { color: rgb(182,229,194); }
H1.HeaderClassName
{
color: #B6E5C2;
}
.AnyTagClassName
{
color: #B6E5C2;
}
</style>
background-color css
<style>
a { background-color: #B6E5C2; }
a { background-color: rgb(182,229,194); }
div.DivClassName
{
background-color: #B6E5C2;
}
.BgClassName
{
background-color: #B6E5C2;
}
</style>
border-color css
<style>
span { border-color: #B6E5C2; }
span { border-color: rgb(182,229,194); }
td.TdClassName
{
border-color: #B6E5C2;
}
.TagClassName
{
border-color: #B6E5C2;
}
</style>