Shades of Fringy Flower #B2DFB8
Tints of Fringy Flower #B2DFB8
RGB
CMYK
RGB Variations
Color information
#B2DFB8 (or 0xB2DFB8) is known color: Fringy Flower. HEX triplet: B2, DF and B8. RGB value is (178,223,184). Sum of RGB (Red+Green+Blue) = 178+223+184=585 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.43% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 184 (72.27% from 255 or 31.45% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFB8 is #4D2047. Grayscale: #CDCDCD. Windows color (decimal): -5054536 or 12115890. OLE color: 12115890.
HSL color Cylindrical-coordinate representation of color #B2DFB8: hue angle of 128º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2DFB8 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 184 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.13 |
| HSL | 128º | 0.41% | 0.79% | - |
| HSV(B) | 128º | 0.2% | 0.87% | - |
| XYZ | 53.4 | 65.7 | 55.21 | - |
| YUV | 205.1 | 116.09 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 184 | 0.20 | 0 | 0.17 | 0.13 | 128 | 0.41 | 0.79 |
| Hex | B2 | DF | B8 | 14 | 0 | 11 | D | 80 | 29 | 4F |
| Octal | 262 | 337 | 270 | 24 | 0 | 21 | 15 | 200 | 51 | 117 |
| Binary | 10110010 | 11011111 | 10111000 | 10100 | 0 | 10001 | 1101 | 10000000 | 101001 | 1001111 |
Color Harmonies of #B2DFB8
Complementary color
Monochromatic Colors of #B2DFB8
Black with #B2DFB8
Text Example
Text Example
White with #B2DFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFB8; }
p { color: rgb(178,223,184); }
H1.HeaderClassName
{
color: #B2DFB8;
}
.AnyTagClassName
{
color: #B2DFB8;
}
</style>
background-color css
<style>
a { background-color: #B2DFB8; }
a { background-color: rgb(178,223,184); }
div.DivClassName
{
background-color: #B2DFB8;
}
.BgClassName
{
background-color: #B2DFB8;
}
</style>
border-color css
<style>
span { border-color: #B2DFB8; }
span { border-color: rgb(178,223,184); }
td.TdClassName
{
border-color: #B2DFB8;
}
.TagClassName
{
border-color: #B2DFB8;
}
</style>