Shades of Fringy Flower #B1DDC2
Tints of Fringy Flower #B1DDC2
RGB
CMYK
RGB Variations
Color information
#B1DDC2 (or 0xB1DDC2) is known color: Fringy Flower. HEX triplet: B1, DD and C2. RGB value is (177,221,194). Sum of RGB (Red+Green+Blue) = 177+221+194=592 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.90% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DDC2 is #4E223D. Grayscale: #CCCCCC. Windows color (decimal): -5120574 or 12770737. OLE color: 12770737.
HSL color Cylindrical-coordinate representation of color #B1DDC2: hue angle of 143.18º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1DDC2 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 221 | 194 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.13 |
| HSL | 143.18º | 0.39% | 0.78% | - |
| HSV(B) | 143.18º | 0.2% | 0.87% | - |
| XYZ | 53.73 | 64.96 | 60.74 | - |
| YUV | 204.77 | 121.92 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 221 | 194 | 0.20 | 0 | 0.12 | 0.13 | 143.18 | 0.39 | 0.78 |
| Hex | B1 | DD | C2 | 14 | 0 | C | D | 8F | 27 | 4E |
| Octal | 261 | 335 | 302 | 24 | 0 | 14 | 15 | 217 | 47 | 116 |
| Binary | 10110001 | 11011101 | 11000010 | 10100 | 0 | 1100 | 1101 | 10001111 | 100111 | 1001110 |
Color Harmonies of #B1DDC2
Complementary color
Monochromatic Colors of #B1DDC2
Black with #B1DDC2
Text Example
Text Example
White with #B1DDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DDC2; }
p { color: rgb(177,221,194); }
H1.HeaderClassName
{
color: #B1DDC2;
}
.AnyTagClassName
{
color: #B1DDC2;
}
</style>
background-color css
<style>
a { background-color: #B1DDC2; }
a { background-color: rgb(177,221,194); }
div.DivClassName
{
background-color: #B1DDC2;
}
.BgClassName
{
background-color: #B1DDC2;
}
</style>
border-color css
<style>
span { border-color: #B1DDC2; }
span { border-color: rgb(177,221,194); }
td.TdClassName
{
border-color: #B1DDC2;
}
.TagClassName
{
border-color: #B1DDC2;
}
</style>