#BAFAD0

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

Shades of Granny Apple #BAFAD0

Tints of Granny Apple #BAFAD0

Color information

#BAFAD0 (or 0xBAFAD0) is unknown color: approx Granny Apple. HEX triplet: BA, FA and D0. RGB value is (186,250,208). Sum of RGB (Red+Green+Blue) = 186+250+208=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFAD0 is #45052F. Grayscale: #E2E2E2. Windows color (decimal): -4523312 or 13695674. OLE color: 13695674.

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

Color convert

RGB186250208-
CMYK0.2600.170.02
HSL140.62º86.49%85.49%-
HSV(B)140.62º25.6%98.04%-
XYZ65.8283.3672.3-
YUV226.08117.899.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.88%
GREEN value IS 250 (98.05% from 255) = 38.82%
BLUE value IS 208 (81.64% from 255) = 32.30%
R=28.88%
G=38.82%
B=32.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862502080.2600.170.02140.6286.4985.49
HexBAFAD01A01128d5655
Octal272372320320212215126125
Binary10111010111110101101000011010010001101000110110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFAD0; }

 p { color: rgb(186,250,208); }

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

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

 a { background-color: rgb(186,250,208); }

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

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

 span { border-color: rgb(186,250,208); }

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