#BAFFD1

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

Shades of Granny Apple #BAFFD1

Tints of Granny Apple #BAFFD1

Color information

#BAFFD1 (or 0xBAFFD1) is unknown color: approx Granny Apple. HEX triplet: BA, FF and D1. RGB value is (186,255,209). Sum of RGB (Red+Green+Blue) = 186+255+209=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFD1 is #45002E. Grayscale: #E5E5E5. Windows color (decimal): -4522031 or 13762490. OLE color: 13762490.

HSL color Cylindrical-coordinate representation of color #BAFFD1: hue angle of 140º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFD1 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB186255209-
CMYK0.2700.180
HSL140º100%86.47%-
HSV(B)140º27.06%100%-
XYZ67.5286.5673.47-
YUV229.12116.6497.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.62%
GREEN value IS 255 (100% from 255) = 39.23%
BLUE value IS 209 (82.03% from 255) = 32.15%
R=28.62%
G=39.23%
B=32.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862552090.2700.18014010086.47
HexBAFFD11B01208c6456
Octal272377321330220214144126
Binary1011101011111111110100011101101001001000110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFFD1; }

 p { color: rgb(186,255,209); }

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

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

 a { background-color: rgb(186,255,209); }

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

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

 span { border-color: rgb(186,255,209); }

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