#BCFAC4

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

Shades of Granny Apple #BCFAC4

Tints of Granny Apple #BCFAC4

Color information

#BCFAC4 (or 0xBCFAC4) is unknown color: approx Granny Apple. HEX triplet: BC, FA and C4. RGB value is (188,250,196). Sum of RGB (Red+Green+Blue) = 188+250+196=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 196 (76.95% from 255 or 30.91% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAC4 is #43053B. Grayscale: #E1E1E1. Windows color (decimal): -4392252 or 12909244. OLE color: 12909244.

HSL color Cylindrical-coordinate representation of color #BCFAC4: hue angle of 127.74º 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 #BCFAC4 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB188250196-
CMYK0.2500.220.02
HSL127.74º86.11%85.88%-
HSV(B)127.74º24.8%98.04%-
XYZ64.8983.0564.83-
YUV225.31111.46101.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.65%
GREEN value IS 250 (98.05% from 255) = 39.43%
BLUE value IS 196 (76.95% from 255) = 30.91%
R=29.65%
G=39.43%
B=30.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882501960.2500.220.02127.7486.1185.88
HexBCFAC4190162805656
Octal274372304310262200126126
Binary10111100111110101100010011001010110101000000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFAC4; }

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

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

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

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

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

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

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

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