#BADEC8

Color #BADEC8 Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #BADEC8

Tints of Granny Apple #BADEC8

Color information

#BADEC8 (or 0xBADEC8) is unknown color: approx Granny Apple. HEX triplet: BA, DE and C8. RGB value is (186,222,200). Sum of RGB (Red+Green+Blue) = 186+222+200=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 200 (78.52% from 255 or 32.89% from 608); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEC8 is #452137. Grayscale: #D0D0D0. Windows color (decimal): -4530488 or 13164218. OLE color: 13164218.

HSL color Cylindrical-coordinate representation of color #BADEC8: hue angle of 143.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BADEC8 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB186222200-
CMYK0.1600.100.13
HSL143.33º35.29%80%-
HSV(B)143.33º16.22%87.06%-
XYZ56.866.8564.55-
YUV208.73123.07111.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 30.59%
GREEN value IS 222 (87.11% from 255) = 36.51%
BLUE value IS 200 (78.52% from 255) = 32.89%
R=30.59%
G=36.51%
B=32.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862222000.1600.100.13143.3335.2980
HexBADEC8100AD8f2350
Octal272336310200121521743120
Binary10111010110111101100100010000010101101100011111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADEC8; }

 p { color: rgb(186,222,200); }

 H1.HeaderClassName
 {
   color: #BADEC8;
 }
 .AnyTagClassName
 {
   color: #BADEC8;
 }
</style>
background-color css

<style>
 a { background-color: #BADEC8; }

 a { background-color: rgb(186,222,200); }

 div.DivClassName
 {
   background-color: #BADEC8;
 }
 .BgClassName
 {
   background-color: #BADEC8;
 }
</style>
border-color css

<style>
 span { border-color: #BADEC8; }

 span { border-color: rgb(186,222,200); }

 td.TdClassName
 {
   border-color: #BADEC8;
 }
 .TagClassName
 {
   border-color: #BADEC8;
 }
</style>