Shades of Fringy Flower #B7E6C4
Tints of Fringy Flower #B7E6C4
RGB
CMYK
RGB Variations
Color information
#B7E6C4 (or 0xB7E6C4) is known color: Fringy Flower. HEX triplet: B7, E6 and C4. RGB value is (183,230,196). Sum of RGB (Red+Green+Blue) = 183+230+196=609 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.05% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 230 - color contains mainly: green. Hex color #B7E6C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7E6C4 is #48193B. Grayscale: #D4D4D4. Windows color (decimal): -4725052 or 12904119. OLE color: 12904119.
HSL color Cylindrical-coordinate representation of color #B7E6C4: hue angle of 136.6º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7E6C4 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 230 | 196 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.10 |
| HSL | 136.6º | 0.48% | 0.81% | - |
| HSV(B) | 136.6º | 0.2% | 0.9% | - |
| XYZ | 57.79 | 70.65 | 62.81 | - |
| YUV | 212.07 | 118.93 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 230 | 196 | 0.20 | 0 | 0.15 | 0.10 | 136.6 | 0.48 | 0.81 |
| Hex | B7 | E6 | C4 | 14 | 0 | F | A | 89 | 30 | 51 |
| Octal | 267 | 346 | 304 | 24 | 0 | 17 | 12 | 211 | 60 | 121 |
| Binary | 10110111 | 11100110 | 11000100 | 10100 | 0 | 1111 | 1010 | 10001001 | 110000 | 1010001 |
Color Harmonies of #B7E6C4
Complementary color
Monochromatic Colors of #B7E6C4
Black with #B7E6C4
Text Example
Text Example
White with #B7E6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E6C4; }
p { color: rgb(183,230,196); }
H1.HeaderClassName
{
color: #B7E6C4;
}
.AnyTagClassName
{
color: #B7E6C4;
}
</style>
background-color css
<style>
a { background-color: #B7E6C4; }
a { background-color: rgb(183,230,196); }
div.DivClassName
{
background-color: #B7E6C4;
}
.BgClassName
{
background-color: #B7E6C4;
}
</style>
border-color css
<style>
span { border-color: #B7E6C4; }
span { border-color: rgb(183,230,196); }
td.TdClassName
{
border-color: #B7E6C4;
}
.TagClassName
{
border-color: #B7E6C4;
}
</style>