#BAF8CA

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

Shades of Granny Apple #BAF8CA

Tints of Granny Apple #BAF8CA

Color information

#BAF8CA (or 0xBAF8CA) is unknown color: approx Granny Apple. HEX triplet: BA, F8 and CA. RGB value is (186,248,202). Sum of RGB (Red+Green+Blue) = 186+248+202=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 248 (97.27% from 255 or 38.99% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF8CA is #450735. Grayscale: #E0E0E0. Windows color (decimal): -4523830 or 13301946. OLE color: 13301946.

HSL color Cylindrical-coordinate representation of color #BAF8CA: hue angle of 135.48º degrees, saturation: 0.82, 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 #BAF8CA is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB186248202-
CMYK0.2500.190.03
HSL135.48º81.58%85.1%-
HSV(B)135.48º25%97.25%-
XYZ64.4881.8468.28-
YUV224.22115.46100.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.25%
GREEN value IS 248 (97.27% from 255) = 38.99%
BLUE value IS 202 (79.30% from 255) = 31.76%
R=29.25%
G=38.99%
B=31.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862482020.2500.190.03135.4881.5885.1
HexBAF8CA190133875255
Octal272370312310233207122125
Binary10111010111110001100101011001010011111000011110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF8CA; }

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

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

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

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

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

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

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

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