#BAFFCF

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

Shades of Granny Apple #BAFFCF

Tints of Granny Apple #BAFFCF

Color information

#BAFFCF (or 0xBAFFCF) is unknown color: approx Granny Apple. HEX triplet: BA, FF and CF. RGB value is (186,255,207). Sum of RGB (Red+Green+Blue) = 186+255+207=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 207 (81.25% from 255 or 31.94% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFCF is #450030. Grayscale: #E5E5E5. Windows color (decimal): -4522033 or 13631418. OLE color: 13631418.

HSL color Cylindrical-coordinate representation of color #BAFFCF: hue angle of 138.26º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFCF is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB186255207-
CMYK0.2700.190
HSL138.26º100%86.47%-
HSV(B)138.26º27.06%100%-
XYZ67.2786.4672.18-
YUV228.9115.6497.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.70%
GREEN value IS 255 (100% from 255) = 39.35%
BLUE value IS 207 (81.25% from 255) = 31.94%
R=28.70%
G=39.35%
B=31.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862552070.2700.190138.2610086.47
HexBAFFCF1B01308a6456
Octal272377317330230212144126
Binary1011101011111111110011111101101001101000101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFFCF; }

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

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

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

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

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

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

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

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