#BAFFC8

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

Shades of Granny Apple #BAFFC8

Tints of Granny Apple #BAFFC8

Color information

#BAFFC8 (or 0xBAFFC8) is unknown color: approx Granny Apple. HEX triplet: BA, FF and C8. RGB value is (186,255,200). Sum of RGB (Red+Green+Blue) = 186+255+200=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 200 (78.52% from 255 or 31.20% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFC8 is #450037. Grayscale: #E4E4E4. Windows color (decimal): -4522040 or 13172666. OLE color: 13172666.

HSL color Cylindrical-coordinate representation of color #BAFFC8: hue angle of 132.17º 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 #BAFFC8 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB186255200-
CMYK0.2700.220
HSL132.17º100%86.47%-
HSV(B)132.17º27.06%100%-
XYZ66.4486.1367.77-
YUV228.1112.1497.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.02%
GREEN value IS 255 (100% from 255) = 39.78%
BLUE value IS 200 (78.52% from 255) = 31.20%
R=29.02%
G=39.78%
B=31.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862552000.2700.220132.1710086.47
HexBAFFC81B0160846456
Octal272377310330260204144126
Binary1011101011111111110010001101101011001000010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFFC8; }

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

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

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

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

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

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

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

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