#BAFDCF

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

Shades of Granny Apple #BAFDCF

Tints of Granny Apple #BAFDCF

Color information

#BAFDCF (or 0xBAFDCF) is unknown color: approx Granny Apple. HEX triplet: BA, FD and CF. RGB value is (186,253,207). Sum of RGB (Red+Green+Blue) = 186+253+207=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDCF is #450230. Grayscale: #E3E3E3. Windows color (decimal): -4522545 or 13630906. OLE color: 13630906.

HSL color Cylindrical-coordinate representation of color #BAFDCF: hue angle of 138.81º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFDCF is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB186253207-
CMYK0.2600.180.01
HSL138.81º94.37%86.08%-
HSV(B)138.81º26.48%99.22%-
XYZ66.6485.1971.96-
YUV227.72116.398.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.79%
GREEN value IS 253 (99.22% from 255) = 39.16%
BLUE value IS 207 (81.25% from 255) = 32.04%
R=28.79%
G=39.16%
B=32.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862532070.2600.180.01138.8194.3786.08
HexBAFDCF1A01218b5e56
Octal272375317320221213136126
Binary1011101011111101110011111101001001011000101110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFDCF; }

 p { color: rgb(186,253,207); }

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

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

 a { background-color: rgb(186,253,207); }

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

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

 span { border-color: rgb(186,253,207); }

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