#BAFDCE

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

Shades of Granny Apple #BAFDCE

Tints of Granny Apple #BAFDCE

Color information

#BAFDCE (or 0xBAFDCE) is unknown color: approx Granny Apple. HEX triplet: BA, FD and CE. RGB value is (186,253,206). Sum of RGB (Red+Green+Blue) = 186+253+206=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDCE is #450231. Grayscale: #E3E3E3. Windows color (decimal): -4522546 or 13565370. OLE color: 13565370.

HSL color Cylindrical-coordinate representation of color #BAFDCE: hue angle of 137.91º 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 #BAFDCE is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB186253206-
CMYK0.2600.190.01
HSL137.91º94.37%86.08%-
HSV(B)137.91º26.48%99.22%-
XYZ66.5285.1571.32-
YUV227.61115.898.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.84%
GREEN value IS 253 (99.22% from 255) = 39.22%
BLUE value IS 206 (80.86% from 255) = 31.94%
R=28.84%
G=39.22%
B=31.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862532060.2600.190.01137.9194.3786.08
HexBAFDCE1A01318a5e56
Octal272375316320231212136126
Binary1011101011111101110011101101001001111000101010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFDCE; }

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

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

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

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

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

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

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

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