#BCFAC9

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

Shades of Granny Apple #BCFAC9

Tints of Granny Apple #BCFAC9

Color information

#BCFAC9 (or 0xBCFAC9) is unknown color: approx Granny Apple. HEX triplet: BC, FA and C9. RGB value is (188,250,201). Sum of RGB (Red+Green+Blue) = 188+250+201=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 201 (78.91% from 255 or 31.46% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAC9 is #430536. Grayscale: #E2E2E2. Windows color (decimal): -4392247 or 13236924. OLE color: 13236924.

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

Color convert

RGB188250201-
CMYK0.2500.200.02
HSL132.58º86.11%85.88%-
HSV(B)132.58º24.8%98.04%-
XYZ65.4783.2867.88-
YUV225.88113.96100.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.42%
GREEN value IS 250 (98.05% from 255) = 39.12%
BLUE value IS 201 (78.91% from 255) = 31.46%
R=29.42%
G=39.12%
B=31.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882502010.2500.200.02132.5886.1185.88
HexBCFAC9190142855656
Octal274372311310242205126126
Binary10111100111110101100100111001010100101000010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFAC9; }

 p { color: rgb(188,250,201); }

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

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

 a { background-color: rgb(188,250,201); }

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

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

 span { border-color: rgb(188,250,201); }

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