#BCF4CD

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

Shades of Granny Apple #BCF4CD

Tints of Granny Apple #BCF4CD

Color information

#BCF4CD (or 0xBCF4CD) is unknown color: approx Granny Apple. HEX triplet: BC, F4 and CD. RGB value is (188,244,205). Sum of RGB (Red+Green+Blue) = 188+244+205=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 244 (95.70% from 255 or 38.30% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF4CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF4CD is #430B32. Grayscale: #DEDEDE. Windows color (decimal): -4393779 or 13497532. OLE color: 13497532.

HSL color Cylindrical-coordinate representation of color #BCF4CD: hue angle of 138.21º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF4CD is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB188244205-
CMYK0.2300.160.04
HSL138.21º71.79%84.71%-
HSV(B)138.21º22.95%95.69%-
XYZ64.1179.869.78-
YUV222.81117.95103.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.51%
GREEN value IS 244 (95.70% from 255) = 38.30%
BLUE value IS 205 (80.47% from 255) = 32.18%
R=29.51%
G=38.30%
B=32.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882442050.2300.160.04138.2171.7984.71
HexBCF4CD1701048a4855
Octal274364315270204212110125
Binary101111001111010011001101101110100001001000101010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF4CD; }

 p { color: rgb(188,244,205); }

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

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

 a { background-color: rgb(188,244,205); }

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

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

 span { border-color: rgb(188,244,205); }

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