#BAFFC4

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

Shades of Granny Apple #BAFFC4

Tints of Granny Apple #BAFFC4

Color information

#BAFFC4 (or 0xBAFFC4) is unknown color: approx Granny Apple. HEX triplet: BA, FF and C4. RGB value is (186,255,196). Sum of RGB (Red+Green+Blue) = 186+255+196=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 196 (76.95% from 255 or 30.77% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFC4 is #45003B. Grayscale: #E3E3E3. Windows color (decimal): -4522044 or 12910522. OLE color: 12910522.

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

Color convert

RGB186255196-
CMYK0.2700.230
HSL128.7º100%86.47%-
HSV(B)128.7º27.06%100%-
XYZ65.9785.9465.34-
YUV227.64110.1498.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.20%
GREEN value IS 255 (100% from 255) = 40.03%
BLUE value IS 196 (76.95% from 255) = 30.77%
R=29.20%
G=40.03%
B=30.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862551960.2700.230128.710086.47
HexBAFFC41B0170816456
Octal272377304330270201144126
Binary1011101011111111110001001101101011101000000111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFFC4; }

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

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

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

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

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

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

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

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