#BCF7C4

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

Shades of Granny Apple #BCF7C4

Tints of Granny Apple #BCF7C4

Color information

#BCF7C4 (or 0xBCF7C4) is unknown color: approx Granny Apple. HEX triplet: BC, F7 and C4. RGB value is (188,247,196). Sum of RGB (Red+Green+Blue) = 188+247+196=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 247 (96.88% from 255 or 39.14% from 631); Blue value is 196 (76.95% from 255 or 31.06% from 631); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF7C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF7C4 is #43083B. Grayscale: #DFDFDF. Windows color (decimal): -4393020 or 12908476. OLE color: 12908476.

HSL color Cylindrical-coordinate representation of color #BCF7C4: hue angle of 128.14º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF7C4 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB188247196-
CMYK0.2400.210.03
HSL128.14º78.67%85.29%-
HSV(B)128.14º23.89%96.86%-
XYZ63.9681.264.53-
YUV223.54112.45102.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.79%
GREEN value IS 247 (96.88% from 255) = 39.14%
BLUE value IS 196 (76.95% from 255) = 31.06%
R=29.79%
G=39.14%
B=31.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882471960.2400.210.03128.1478.6785.29
HexBCF7C4180153804f55
Octal274367304300253200117125
Binary10111100111101111100010011000010101111000000010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF7C4; }

 p { color: rgb(188,247,196); }

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

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

 a { background-color: rgb(188,247,196); }

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

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

 span { border-color: rgb(188,247,196); }

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