Shades of Granny Apple #BDF3C4
Tints of Granny Apple #BDF3C4
RGB
CMYK
RGB Variations
Color information
#BDF3C4 (or 0xBDF3C4) is known color: Granny Apple. HEX triplet: BD, F3 and C4. RGB value is (189,243,196). Sum of RGB (Red+Green+Blue) = 189+243+196=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 196 (76.95% from 255 or 31.21% from 628); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3C4 is #420C3B. Grayscale: #DDDDDD. Windows color (decimal): -4328508 or 12907453. OLE color: 12907453.
HSL color Cylindrical-coordinate representation of color #BDF3C4: hue angle of 127.78º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF3C4 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
RGB | 189 | 243 | 196 | - |
CMYK | 0.22 | 0 | 0.19 | 0.05 |
HSL | 127.78º | 0.69% | 0.85% | - |
HSV(B) | 127.78º | 0.22% | 0.95% | - |
XYZ | 63 | 78.91 | 64.13 | - |
YUV | 221.5 | 113.61 | 104.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 243 | 196 | 0.22 | 0 | 0.19 | 0.05 | 127.78 | 0.69 | 0.85 |
Hex | BD | F3 | C4 | 16 | 0 | 13 | 5 | 80 | 45 | 55 |
Octal | 275 | 363 | 304 | 26 | 0 | 23 | 5 | 200 | 105 | 125 |
Binary | 10111101 | 11110011 | 11000100 | 10110 | 0 | 10011 | 101 | 10000000 | 1000101 | 1010101 |
Color Harmonies of #BDF3C4
Complementary color
Monochromatic Colors of #BDF3C4
Black with #BDF3C4
Text Example
Text Example
White with #BDF3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF3C4; }
p { color: rgb(189,243,196); }
H1.HeaderClassName
{
color: #BDF3C4;
}
.AnyTagClassName
{
color: #BDF3C4;
}
</style>
background-color css
<style>
a { background-color: #BDF3C4; }
a { background-color: rgb(189,243,196); }
div.DivClassName
{
background-color: #BDF3C4;
}
.BgClassName
{
background-color: #BDF3C4;
}
</style>
border-color css
<style>
span { border-color: #BDF3C4; }
span { border-color: rgb(189,243,196); }
td.TdClassName
{
border-color: #BDF3C4;
}
.TagClassName
{
border-color: #BDF3C4;
}
</style>