#BAF7CA

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

Shades of Granny Apple #BAF7CA

Tints of Granny Apple #BAF7CA

Color information

#BAF7CA (or 0xBAF7CA) is unknown color: approx Granny Apple. HEX triplet: BA, F7 and CA. RGB value is (186,247,202). Sum of RGB (Red+Green+Blue) = 186+247+202=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 247 (96.88% from 255 or 38.90% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF7CA is #450835. Grayscale: #DFDFDF. Windows color (decimal): -4524086 or 13301690. OLE color: 13301690.

HSL color Cylindrical-coordinate representation of color #BAF7CA: hue angle of 135.74º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF7CA is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB186247202-
CMYK0.2500.180.03
HSL135.74º79.22%84.9%-
HSV(B)135.74º24.7%96.86%-
XYZ64.1781.2268.17-
YUV223.63115.79101.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.29%
GREEN value IS 247 (96.88% from 255) = 38.90%
BLUE value IS 202 (79.30% from 255) = 31.81%
R=29.29%
G=38.90%
B=31.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862472020.2500.180.03135.7479.2284.9
HexBAF7CA190123884f55
Octal272367312310223210117125
Binary10111010111101111100101011001010010111000100010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF7CA; }

 p { color: rgb(186,247,202); }

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

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

 a { background-color: rgb(186,247,202); }

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

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

 span { border-color: rgb(186,247,202); }

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