#BAFECA

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

Shades of Granny Apple #BAFECA

Tints of Granny Apple #BAFECA

Color information

#BAFECA (or 0xBAFECA) is unknown color: approx Granny Apple. HEX triplet: BA, FE and CA. RGB value is (186,254,202). Sum of RGB (Red+Green+Blue) = 186+254+202=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 254 (99.61% from 255 or 39.56% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFECA is #450135. Grayscale: #E3E3E3. Windows color (decimal): -4522294 or 13303482. OLE color: 13303482.

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

Color convert

RGB186254202-
CMYK0.2700.200.00
HSL134.12º97.14%86.27%-
HSV(B)134.12º26.77%99.61%-
XYZ66.3585.5968.9-
YUV227.74113.4798.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.97%
GREEN value IS 254 (99.61% from 255) = 39.56%
BLUE value IS 202 (79.30% from 255) = 31.46%
R=28.97%
G=39.56%
B=31.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862542020.2700.200.00134.1297.1486.27
HexBAFECA1B0140866156
Octal272376312330240206141126
Binary1011101011111110110010101101101010001000011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFECA; }

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

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

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

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

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

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

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

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