Shades of Fringy Flower #B7DDC1
Tints of Fringy Flower #B7DDC1
RGB
CMYK
RGB Variations
Color information
#B7DDC1 (or 0xB7DDC1) is known color: Fringy Flower. HEX triplet: B7, DD and C1. RGB value is (183,221,193). Sum of RGB (Red+Green+Blue) = 183+221+193=597 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.65% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 193 (75.78% from 255 or 32.33% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DDC1 is #48223E. Grayscale: #CECECE. Windows color (decimal): -4727359 or 12705207. OLE color: 12705207.
HSL color Cylindrical-coordinate representation of color #B7DDC1: hue angle of 135.79º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7DDC1 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 183 | 221 | 193 | - |
CMYK | 0.17 | 0 | 0.13 | 0.13 |
HSL | 135.79º | 0.36% | 0.79% | - |
HSV(B) | 135.79º | 0.17% | 0.87% | - |
XYZ | 55.01 | 65.63 | 60.22 | - |
YUV | 206.45 | 120.41 | 111.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 221 | 193 | 0.17 | 0 | 0.13 | 0.13 | 135.79 | 0.36 | 0.79 |
Hex | B7 | DD | C1 | 11 | 0 | D | D | 88 | 24 | 4F |
Octal | 267 | 335 | 301 | 21 | 0 | 15 | 15 | 210 | 44 | 117 |
Binary | 10110111 | 11011101 | 11000001 | 10001 | 0 | 1101 | 1101 | 10001000 | 100100 | 1001111 |
Color Harmonies of #B7DDC1
Complementary color
Monochromatic Colors of #B7DDC1
Black with #B7DDC1
Text Example
Text Example
White with #B7DDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DDC1; }
p { color: rgb(183,221,193); }
H1.HeaderClassName
{
color: #B7DDC1;
}
.AnyTagClassName
{
color: #B7DDC1;
}
</style>
background-color css
<style>
a { background-color: #B7DDC1; }
a { background-color: rgb(183,221,193); }
div.DivClassName
{
background-color: #B7DDC1;
}
.BgClassName
{
background-color: #B7DDC1;
}
</style>
border-color css
<style>
span { border-color: #B7DDC1; }
span { border-color: rgb(183,221,193); }
td.TdClassName
{
border-color: #B7DDC1;
}
.TagClassName
{
border-color: #B7DDC1;
}
</style>