Shades of Fringy Flower #B2F3C4
Tints of Fringy Flower #B2F3C4
RGB
CMYK
RGB Variations
Color information
#B2F3C4 (or 0xB2F3C4) is known color: Fringy Flower. HEX triplet: B2, F3 and C4. RGB value is (178,243,196). Sum of RGB (Red+Green+Blue) = 178+243+196=617 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.85% from 617); Green value is 243 (95.31% from 255 or 39.38% from 617); Blue value is 196 (76.95% from 255 or 31.77% from 617); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F3C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F3C4 is #4D0C3B. Grayscale: #DADADA. Windows color (decimal): -5049404 or 12907442. OLE color: 12907442.
HSL color Cylindrical-coordinate representation of color #B2F3C4: hue angle of 136.62º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2F3C4 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 243 | 196 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.05 |
| HSL | 136.62º | 0.73% | 0.83% | - |
| HSV(B) | 136.62º | 0.27% | 0.95% | - |
| XYZ | 60.37 | 77.55 | 64.01 | - |
| YUV | 218.21 | 115.47 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 243 | 196 | 0.27 | 0 | 0.19 | 0.05 | 136.62 | 0.73 | 0.83 |
| Hex | B2 | F3 | C4 | 1B | 0 | 13 | 5 | 89 | 49 | 53 |
| Octal | 262 | 363 | 304 | 33 | 0 | 23 | 5 | 211 | 111 | 123 |
| Binary | 10110010 | 11110011 | 11000100 | 11011 | 0 | 10011 | 101 | 10001001 | 1001001 | 1010011 |
Color Harmonies of #B2F3C4
Complementary color
Monochromatic Colors of #B2F3C4
Black with #B2F3C4
Text Example
Text Example
White with #B2F3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F3C4; }
p { color: rgb(178,243,196); }
H1.HeaderClassName
{
color: #B2F3C4;
}
.AnyTagClassName
{
color: #B2F3C4;
}
</style>
background-color css
<style>
a { background-color: #B2F3C4; }
a { background-color: rgb(178,243,196); }
div.DivClassName
{
background-color: #B2F3C4;
}
.BgClassName
{
background-color: #B2F3C4;
}
</style>
border-color css
<style>
span { border-color: #B2F3C4; }
span { border-color: rgb(178,243,196); }
td.TdClassName
{
border-color: #B2F3C4;
}
.TagClassName
{
border-color: #B2F3C4;
}
</style>