#BCFDC3

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

Shades of Granny Apple #BCFDC3

Tints of Granny Apple #BCFDC3

Color information

#BCFDC3 (or 0xBCFDC3) is unknown color: approx Granny Apple. HEX triplet: BC, FD and C3. RGB value is (188,253,195). Sum of RGB (Red+Green+Blue) = 188+253+195=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 195 (76.56% from 255 or 30.66% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDC3 is #43023C. Grayscale: #E3E3E3. Windows color (decimal): -4391485 or 12844476. OLE color: 12844476.

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

Color convert

RGB188253195-
CMYK0.2600.230.01
HSL126.46º94.2%86.47%-
HSV(B)126.46º25.69%99.22%-
XYZ65.7184.8864.55-
YUV226.95109.97100.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.56%
GREEN value IS 253 (99.22% from 255) = 39.78%
BLUE value IS 195 (76.56% from 255) = 30.66%
R=29.56%
G=39.78%
B=30.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882531950.2600.230.01126.4694.286.47
HexBCFDC31A01717e5e56
Octal274375303320271176136126
Binary101111001111110111000011110100101111111111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFDC3; }

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

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

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

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

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

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

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

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