Shades of Granny Apple #BDFCC2
Tints of Granny Apple #BDFCC2
RGB
CMYK
RGB Variations
Color information
#BDFCC2 (or 0xBDFCC2) is known color: Granny Apple. HEX triplet: BD, FC and C2. RGB value is (189,252,194). Sum of RGB (Red+Green+Blue) = 189+252+194=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 194 (76.17% from 255 or 30.55% from 635); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCC2 is #42033D. Grayscale: #E2E2E2. Windows color (decimal): -4326206 or 12778685. OLE color: 12778685.
HSL color Cylindrical-coordinate representation of color #BDFCC2: hue angle of 124.76º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFCC2 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 194 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.01 |
| HSL | 124.76º | 0.91% | 0.86% | - |
| HSV(B) | 124.76º | 0.25% | 0.99% | - |
| XYZ | 65.53 | 84.33 | 63.86 | - |
| YUV | 226.55 | 109.63 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 194 | 0.25 | 0 | 0.23 | 0.01 | 124.76 | 0.91 | 0.86 |
| Hex | BD | FC | C2 | 19 | 0 | 17 | 1 | 7D | 5B | 56 |
| Octal | 275 | 374 | 302 | 31 | 0 | 27 | 1 | 175 | 133 | 126 |
| Binary | 10111101 | 11111100 | 11000010 | 11001 | 0 | 10111 | 1 | 1111101 | 1011011 | 1010110 |
Color Harmonies of #BDFCC2
Complementary color
Monochromatic Colors of #BDFCC2
Black with #BDFCC2
Text Example
Text Example
White with #BDFCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCC2; }
p { color: rgb(189,252,194); }
H1.HeaderClassName
{
color: #BDFCC2;
}
.AnyTagClassName
{
color: #BDFCC2;
}
</style>
background-color css
<style>
a { background-color: #BDFCC2; }
a { background-color: rgb(189,252,194); }
div.DivClassName
{
background-color: #BDFCC2;
}
.BgClassName
{
background-color: #BDFCC2;
}
</style>
border-color css
<style>
span { border-color: #BDFCC2; }
span { border-color: rgb(189,252,194); }
td.TdClassName
{
border-color: #BDFCC2;
}
.TagClassName
{
border-color: #BDFCC2;
}
</style>