#BAFBD0

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

Shades of Granny Apple #BAFBD0

Tints of Granny Apple #BAFBD0

Color information

#BAFBD0 (or 0xBAFBD0) is unknown color: approx Granny Apple. HEX triplet: BA, FB and D0. RGB value is (186,251,208). Sum of RGB (Red+Green+Blue) = 186+251+208=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFBD0 is #45042F. Grayscale: #E2E2E2. Windows color (decimal): -4523056 or 13695930. OLE color: 13695930.

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

Color convert

RGB186251208-
CMYK0.2600.170.02
HSL140.31º89.04%85.69%-
HSV(B)140.31º25.9%98.43%-
XYZ66.1383.9972.4-
YUV226.66117.4799-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.84%
GREEN value IS 251 (98.44% from 255) = 38.91%
BLUE value IS 208 (81.64% from 255) = 32.25%
R=28.84%
G=38.91%
B=32.25%

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
Decimal1862512080.2600.170.02140.3189.0485.69
HexBAFBD01A01128c5956
Octal272373320320212214131126
Binary10111010111110111101000011010010001101000110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFBD0; }

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

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

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

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

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

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

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

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