#BAFCCF

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

Shades of Granny Apple #BAFCCF

Tints of Granny Apple #BAFCCF

Color information

#BAFCCF (or 0xBAFCCF) is unknown color: approx Granny Apple. HEX triplet: BA, FC and CF. RGB value is (186,252,207). Sum of RGB (Red+Green+Blue) = 186+252+207=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 252 (98.83% from 255 or 39.07% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFCCF is #450330. Grayscale: #E3E3E3. Windows color (decimal): -4522801 or 13630650. OLE color: 13630650.

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

Color convert

RGB186252207-
CMYK0.2600.180.01
HSL139.09º91.67%85.88%-
HSV(B)139.09º26.19%98.82%-
XYZ66.3284.5671.86-
YUV227.14116.6398.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.84%
GREEN value IS 252 (98.83% from 255) = 39.07%
BLUE value IS 207 (81.25% from 255) = 32.09%
R=28.84%
G=39.07%
B=32.09%

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
Decimal1862522070.2600.180.01139.0991.6785.88
HexBAFCCF1A01218b5c56
Octal272374317320221213134126
Binary1011101011111100110011111101001001011000101110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFCCF; }

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

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

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

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

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

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

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

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