#BCF6C4

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

Shades of Granny Apple #BCF6C4

Tints of Granny Apple #BCF6C4

Color information

#BCF6C4 (or 0xBCF6C4) is unknown color: approx Granny Apple. HEX triplet: BC, F6 and C4. RGB value is (188,246,196). Sum of RGB (Red+Green+Blue) = 188+246+196=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 246 (96.48% from 255 or 39.05% from 630); Blue value is 196 (76.95% from 255 or 31.11% from 630); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF6C4 is #43093B. Grayscale: #DFDFDF. Windows color (decimal): -4393276 or 12908220. OLE color: 12908220.

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

Color convert

RGB188246196-
CMYK0.2400.200.04
HSL128.28º76.32%85.1%-
HSV(B)128.28º23.58%96.47%-
XYZ63.6680.5964.42-
YUV222.96112.78103.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.84%
GREEN value IS 246 (96.48% from 255) = 39.05%
BLUE value IS 196 (76.95% from 255) = 31.11%
R=29.84%
G=39.05%
B=31.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882461960.2400.200.04128.2876.3285.1
HexBCF6C4180144804c55
Octal274366304300244200114125
Binary101111001111011011000100110000101001001000000010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF6C4; }

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

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

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

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

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

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

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

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