#BAF9CA

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

Shades of Granny Apple #BAF9CA

Tints of Granny Apple #BAF9CA

Color information

#BAF9CA (or 0xBAF9CA) is unknown color: approx Granny Apple. HEX triplet: BA, F9 and CA. RGB value is (186,249,202). Sum of RGB (Red+Green+Blue) = 186+249+202=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 249 (97.66% from 255 or 39.09% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF9CA is #450635. Grayscale: #E0E0E0. Windows color (decimal): -4523574 or 13302202. OLE color: 13302202.

HSL color Cylindrical-coordinate representation of color #BAF9CA: hue angle of 135.24º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF9CA is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB186249202-
CMYK0.2500.190.02
HSL135.24º84%85.29%-
HSV(B)135.24º25.3%97.65%-
XYZ64.7982.4568.38-
YUV224.8115.13100.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.20%
GREEN value IS 249 (97.66% from 255) = 39.09%
BLUE value IS 202 (79.30% from 255) = 31.71%
R=29.20%
G=39.09%
B=31.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862492020.2500.190.02135.248485.29
HexBAF9CA190132875455
Octal272371312310232207124125
Binary10111010111110011100101011001010011101000011110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF9CA; }

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

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

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

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

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

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

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

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