#BADFC7

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

Shades of Granny Apple #BADFC7

Tints of Granny Apple #BADFC7

Color information

#BADFC7 (or 0xBADFC7) is unknown color: approx Granny Apple. HEX triplet: BA, DF and C7. RGB value is (186,223,199). Sum of RGB (Red+Green+Blue) = 186+223+199=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFC7 is #452038. Grayscale: #D1D1D1. Windows color (decimal): -4530233 or 13098938. OLE color: 13098938.

HSL color Cylindrical-coordinate representation of color #BADFC7: hue angle of 141.08º 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 #BADFC7 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB186223199-
CMYK0.1700.110.13
HSL141.08º36.63%80.2%-
HSV(B)141.08º16.59%87.45%-
XYZ56.9567.3464.03-
YUV209.2122.24111.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.59%
GREEN value IS 223 (87.5% from 255) = 36.68%
BLUE value IS 199 (78.12% from 255) = 32.73%
R=30.59%
G=36.68%
B=32.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862231990.1700.110.13141.0836.6380.2
HexBADFC7110BD8d2550
Octal272337307210131521545120
Binary10111010110111111100011110001010111101100011011001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADFC7; }

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

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

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

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

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

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

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

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