#BADFC8

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

Shades of Granny Apple #BADFC8

Tints of Granny Apple #BADFC8

Color information

#BADFC8 (or 0xBADFC8) is unknown color: approx Granny Apple. HEX triplet: BA, DF and C8. RGB value is (186,223,200). Sum of RGB (Red+Green+Blue) = 186+223+200=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 200 (78.52% from 255 or 32.84% from 609); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFC8 is #452037. Grayscale: #D1D1D1. Windows color (decimal): -4530232 or 13164474. OLE color: 13164474.

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

Color convert

RGB186223200-
CMYK0.1700.100.13
HSL142.7º36.63%80.2%-
HSV(B)142.7º16.59%87.45%-
XYZ57.0667.3864.64-
YUV209.32122.74111.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.54%
GREEN value IS 223 (87.5% from 255) = 36.62%
BLUE value IS 200 (78.52% from 255) = 32.84%
R=30.54%
G=36.62%
B=32.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862232000.1700.100.13142.736.6380.2
HexBADFC8110AD8f2550
Octal272337310210121521745120
Binary10111010110111111100100010001010101101100011111001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADFC8; }

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

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

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

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

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

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

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

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