#BCFFC2

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

Shades of Granny Apple #BCFFC2

Tints of Granny Apple #BCFFC2

Color information

#BCFFC2 (or 0xBCFFC2) is unknown color: approx Granny Apple. HEX triplet: BC, FF and C2. RGB value is (188,255,194). Sum of RGB (Red+Green+Blue) = 188+255+194=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 194 (76.17% from 255 or 30.46% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFC2 is #43003D. Grayscale: #E4E4E4. Windows color (decimal): -4390974 or 12779452. OLE color: 12779452.

HSL color Cylindrical-coordinate representation of color #BCFFC2: hue angle of 125.37º 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 #BCFFC2 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB188255194-
CMYK0.2600.240
HSL125.37º100%86.86%-
HSV(B)125.37º26.27%100%-
XYZ66.2486.1164.17-
YUV228.01108.899.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.51%
GREEN value IS 255 (100% from 255) = 40.03%
BLUE value IS 194 (76.17% from 255) = 30.46%
R=29.51%
G=40.03%
B=30.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882551940.2600.240125.3710086.86
HexBCFFC21A01807d6457
Octal274377302320300175144127
Binary101111001111111111000010110100110000111110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFC2; }

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

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

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

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

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

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

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

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