Shades of Fringy Flower #B6E3C4
Tints of Fringy Flower #B6E3C4
RGB
CMYK
RGB Variations
Color information
#B6E3C4 (or 0xB6E3C4) is known color: Fringy Flower. HEX triplet: B6, E3 and C4. RGB value is (182,227,196). Sum of RGB (Red+Green+Blue) = 182+227+196=605 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.08% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 227 - color contains mainly: green. Hex color #B6E3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E3C4 is #491C3B. Grayscale: #D2D2D2. Windows color (decimal): -4791356 or 12903350. OLE color: 12903350.
HSL color Cylindrical-coordinate representation of color #B6E3C4: hue angle of 138.67º degrees, saturation: 0.45, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B6E3C4 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 182 | 227 | 196 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.11 |
| HSL | 138.67º | 0.45% | 0.8% | - |
| HSV(B) | 138.67º | 0.2% | 0.89% | - |
| XYZ | 56.72 | 68.87 | 62.53 | - |
| YUV | 210.01 | 120.09 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 227 | 196 | 0.20 | 0 | 0.14 | 0.11 | 138.67 | 0.45 | 0.8 |
| Hex | B6 | E3 | C4 | 14 | 0 | E | B | 8B | 2D | 50 |
| Octal | 266 | 343 | 304 | 24 | 0 | 16 | 13 | 213 | 55 | 120 |
| Binary | 10110110 | 11100011 | 11000100 | 10100 | 0 | 1110 | 1011 | 10001011 | 101101 | 1010000 |
Color Harmonies of #B6E3C4
Complementary color
Monochromatic Colors of #B6E3C4
Black with #B6E3C4
Text Example
Text Example
White with #B6E3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E3C4; }
p { color: rgb(182,227,196); }
H1.HeaderClassName
{
color: #B6E3C4;
}
.AnyTagClassName
{
color: #B6E3C4;
}
</style>
background-color css
<style>
a { background-color: #B6E3C4; }
a { background-color: rgb(182,227,196); }
div.DivClassName
{
background-color: #B6E3C4;
}
.BgClassName
{
background-color: #B6E3C4;
}
</style>
border-color css
<style>
span { border-color: #B6E3C4; }
span { border-color: rgb(182,227,196); }
td.TdClassName
{
border-color: #B6E3C4;
}
.TagClassName
{
border-color: #B6E3C4;
}
</style>