#BCF9D1

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

Shades of Granny Apple #BCF9D1

Tints of Granny Apple #BCF9D1

Color information

#BCF9D1 (or 0xBCF9D1) is unknown color: approx Granny Apple. HEX triplet: BC, F9 and D1. RGB value is (188,249,209). Sum of RGB (Red+Green+Blue) = 188+249+209=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 249 (97.66% from 255 or 38.54% from 646); Blue value is 209 (82.03% from 255 or 32.35% from 646); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF9D1 is #43062E. Grayscale: #E2E2E2. Windows color (decimal): -4392495 or 13760956. OLE color: 13760956.

HSL color Cylindrical-coordinate representation of color #BCF9D1: hue angle of 140.66º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF9D1 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB188249209-
CMYK0.2400.160.02
HSL140.66º83.56%85.69%-
HSV(B)140.66º24.5%97.65%-
XYZ66.1283.0572.87-
YUV226.2118.29100.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.10%
GREEN value IS 249 (97.66% from 255) = 38.54%
BLUE value IS 209 (82.03% from 255) = 32.35%
R=29.10%
G=38.54%
B=32.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882492090.2400.160.02140.6683.5685.69
HexBCF9D11801028d5456
Octal274371321300202215124126
Binary10111100111110011101000111000010000101000110110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF9D1; }

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

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

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

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

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

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

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

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