Shades of Fringy Flower #B2DFB6
Tints of Fringy Flower #B2DFB6
RGB
CMYK
RGB Variations
Color information
#B2DFB6 (or 0xB2DFB6) is known color: Fringy Flower. HEX triplet: B2, DF and B6. RGB value is (178,223,182). Sum of RGB (Red+Green+Blue) = 178+223+182=583 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.53% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFB6 is #4D2049. Grayscale: #CCCCCC. Windows color (decimal): -5054538 or 11984818. OLE color: 11984818.
HSL color Cylindrical-coordinate representation of color #B2DFB6: hue angle of 125.33º 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 #B2DFB6 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 182 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.13 |
| HSL | 125.33º | 0.41% | 0.79% | - |
| HSV(B) | 125.33º | 0.2% | 0.87% | - |
| XYZ | 53.19 | 65.62 | 54.12 | - |
| YUV | 204.87 | 115.09 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 182 | 0.20 | 0 | 0.18 | 0.13 | 125.33 | 0.41 | 0.79 |
| Hex | B2 | DF | B6 | 14 | 0 | 12 | D | 7D | 29 | 4F |
| Octal | 262 | 337 | 266 | 24 | 0 | 22 | 15 | 175 | 51 | 117 |
| Binary | 10110010 | 11011111 | 10110110 | 10100 | 0 | 10010 | 1101 | 1111101 | 101001 | 1001111 |
Color Harmonies of #B2DFB6
Complementary color
Monochromatic Colors of #B2DFB6
Black with #B2DFB6
Text Example
Text Example
White with #B2DFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFB6; }
p { color: rgb(178,223,182); }
H1.HeaderClassName
{
color: #B2DFB6;
}
.AnyTagClassName
{
color: #B2DFB6;
}
</style>
background-color css
<style>
a { background-color: #B2DFB6; }
a { background-color: rgb(178,223,182); }
div.DivClassName
{
background-color: #B2DFB6;
}
.BgClassName
{
background-color: #B2DFB6;
}
</style>
border-color css
<style>
span { border-color: #B2DFB6; }
span { border-color: rgb(178,223,182); }
td.TdClassName
{
border-color: #B2DFB6;
}
.TagClassName
{
border-color: #B2DFB6;
}
</style>