Shades of Granny Apple #BDF1CD
Tints of Granny Apple #BDF1CD
RGB
CMYK
RGB Variations
Color information
#BDF1CD (or 0xBDF1CD) is known color: Granny Apple. HEX triplet: BD, F1 and CD. RGB value is (189,241,205). Sum of RGB (Red+Green+Blue) = 189+241+205=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1CD is #420E32. Grayscale: #DDDDDD. Windows color (decimal): -4329011 or 13496765. OLE color: 13496765.
HSL color Cylindrical-coordinate representation of color #BDF1CD: hue angle of 138.46º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF1CD is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
RGB | 189 | 241 | 205 | - |
CMYK | 0.22 | 0 | 0.15 | 0.05 |
HSL | 138.46º | 0.65% | 0.84% | - |
HSV(B) | 138.46º | 0.22% | 0.95% | - |
XYZ | 63.46 | 78.14 | 69.49 | - |
YUV | 221.35 | 118.77 | 104.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 241 | 205 | 0.22 | 0 | 0.15 | 0.05 | 138.46 | 0.65 | 0.84 |
Hex | BD | F1 | CD | 16 | 0 | F | 5 | 8A | 41 | 54 |
Octal | 275 | 361 | 315 | 26 | 0 | 17 | 5 | 212 | 101 | 124 |
Binary | 10111101 | 11110001 | 11001101 | 10110 | 0 | 1111 | 101 | 10001010 | 1000001 | 1010100 |
Color Harmonies of #BDF1CD
Complementary color
Monochromatic Colors of #BDF1CD
Black with #BDF1CD
Text Example
Text Example
White with #BDF1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF1CD; }
p { color: rgb(189,241,205); }
H1.HeaderClassName
{
color: #BDF1CD;
}
.AnyTagClassName
{
color: #BDF1CD;
}
</style>
background-color css
<style>
a { background-color: #BDF1CD; }
a { background-color: rgb(189,241,205); }
div.DivClassName
{
background-color: #BDF1CD;
}
.BgClassName
{
background-color: #BDF1CD;
}
</style>
border-color css
<style>
span { border-color: #BDF1CD; }
span { border-color: rgb(189,241,205); }
td.TdClassName
{
border-color: #BDF1CD;
}
.TagClassName
{
border-color: #BDF1CD;
}
</style>