#BCFEC3

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

Shades of Granny Apple #BCFEC3

Tints of Granny Apple #BCFEC3

Color information

#BCFEC3 (or 0xBCFEC3) is unknown color: approx Granny Apple. HEX triplet: BC, FE and C3. RGB value is (188,254,195). Sum of RGB (Red+Green+Blue) = 188+254+195=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 195 (76.56% from 255 or 30.61% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEC3 is #43013C. Grayscale: #E3E3E3. Windows color (decimal): -4391229 or 12844732. OLE color: 12844732.

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

Color convert

RGB188254195-
CMYK0.2600.230.00
HSL126.36º97.06%86.67%-
HSV(B)126.36º25.98%99.61%-
XYZ66.0385.5264.66-
YUV227.54109.6399.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.51%
GREEN value IS 254 (99.61% from 255) = 39.87%
BLUE value IS 195 (76.56% from 255) = 30.61%
R=29.51%
G=39.87%
B=30.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882541950.2600.230.00126.3697.0686.67
HexBCFEC31A01707e6157
Octal274376303320270176141127
Binary101111001111111011000011110100101110111111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFEC3; }

 p { color: rgb(188,254,195); }

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

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

 a { background-color: rgb(188,254,195); }

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

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

 span { border-color: rgb(188,254,195); }

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