#BCFED1

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

Shades of Granny Apple #BCFED1

Tints of Granny Apple #BCFED1

Color information

#BCFED1 (or 0xBCFED1) is unknown color: approx Granny Apple. HEX triplet: BC, FE and D1. RGB value is (188,254,209). Sum of RGB (Red+Green+Blue) = 188+254+209=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 209 (82.03% from 255 or 32.10% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFED1 is #43012E. Grayscale: #E5E5E5. Windows color (decimal): -4391215 or 13762236. OLE color: 13762236.

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

Color convert

RGB188254209-
CMYK0.2600.180.00
HSL139.09º97.06%86.67%-
HSV(B)139.09º25.98%99.61%-
XYZ67.6986.1873.39-
YUV229.14116.6398.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.88%
GREEN value IS 254 (99.61% from 255) = 39.02%
BLUE value IS 209 (82.03% from 255) = 32.10%
R=28.88%
G=39.02%
B=32.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882542090.2600.180.00139.0997.0686.67
HexBCFED11A01208b6157
Octal274376321320220213141127
Binary1011110011111110110100011101001001001000101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFED1; }

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

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

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

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

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

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

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

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