Shades of Fringy Flower #B2DFC3
Tints of Fringy Flower #B2DFC3
RGB
CMYK
RGB Variations
Color information
#B2DFC3 (or 0xB2DFC3) is known color: Fringy Flower. HEX triplet: B2, DF and C3. RGB value is (178,223,195). Sum of RGB (Red+Green+Blue) = 178+223+195=596 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.87% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 195 (76.56% from 255 or 32.72% from 596); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFC3 is #4D203C. Grayscale: #CECECE. Windows color (decimal): -5054525 or 12836786. OLE color: 12836786.
HSL color Cylindrical-coordinate representation of color #B2DFC3: hue angle of 142.67º 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 #B2DFC3 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 195 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.13 |
| HSL | 142.67º | 0.41% | 0.79% | - |
| HSV(B) | 142.67º | 0.2% | 0.87% | - |
| XYZ | 54.6 | 66.18 | 61.53 | - |
| YUV | 206.35 | 121.59 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 195 | 0.20 | 0 | 0.13 | 0.13 | 142.67 | 0.41 | 0.79 |
| Hex | B2 | DF | C3 | 14 | 0 | D | D | 8F | 29 | 4F |
| Octal | 262 | 337 | 303 | 24 | 0 | 15 | 15 | 217 | 51 | 117 |
| Binary | 10110010 | 11011111 | 11000011 | 10100 | 0 | 1101 | 1101 | 10001111 | 101001 | 1001111 |
Color Harmonies of #B2DFC3
Complementary color
Monochromatic Colors of #B2DFC3
Black with #B2DFC3
Text Example
Text Example
White with #B2DFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFC3; }
p { color: rgb(178,223,195); }
H1.HeaderClassName
{
color: #B2DFC3;
}
.AnyTagClassName
{
color: #B2DFC3;
}
</style>
background-color css
<style>
a { background-color: #B2DFC3; }
a { background-color: rgb(178,223,195); }
div.DivClassName
{
background-color: #B2DFC3;
}
.BgClassName
{
background-color: #B2DFC3;
}
</style>
border-color css
<style>
span { border-color: #B2DFC3; }
span { border-color: rgb(178,223,195); }
td.TdClassName
{
border-color: #B2DFC3;
}
.TagClassName
{
border-color: #B2DFC3;
}
</style>