#BCFFC5

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

Shades of Granny Apple #BCFFC5

Tints of Granny Apple #BCFFC5

Color information

#BCFFC5 (or 0xBCFFC5) is unknown color: approx Granny Apple. HEX triplet: BC, FF and C5. RGB value is (188,255,197). Sum of RGB (Red+Green+Blue) = 188+255+197=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 197 (77.34% from 255 or 30.78% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFC5 is #43003A. Grayscale: #E4E4E4. Windows color (decimal): -4390971 or 12976060. OLE color: 12976060.

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

Color convert

RGB188255197-
CMYK0.2600.230
HSL128.06º100%86.86%-
HSV(B)128.06º26.27%100%-
XYZ66.5886.2465.96-
YUV228.36110.399.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.38%
GREEN value IS 255 (100% from 255) = 39.84%
BLUE value IS 197 (77.34% from 255) = 30.78%
R=29.38%
G=39.84%
B=30.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882551970.2600.230128.0610086.86
HexBCFFC51A0170806457
Octal274377305320270200144127
Binary1011110011111111110001011101001011101000000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFC5; }

 p { color: rgb(188,255,197); }

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

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

 a { background-color: rgb(188,255,197); }

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

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

 span { border-color: rgb(188,255,197); }

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