#BCF7C6

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

Shades of Granny Apple #BCF7C6

Tints of Granny Apple #BCF7C6

Color information

#BCF7C6 (or 0xBCF7C6) is unknown color: approx Granny Apple. HEX triplet: BC, F7 and C6. RGB value is (188,247,198). Sum of RGB (Red+Green+Blue) = 188+247+198=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 247 (96.88% from 255 or 39.02% from 633); Blue value is 198 (77.73% from 255 or 31.28% from 633); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF7C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF7C6 is #430839. Grayscale: #DFDFDF. Windows color (decimal): -4393018 or 13039548. OLE color: 13039548.

HSL color Cylindrical-coordinate representation of color #BCF7C6: hue angle of 130.17º 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 #BCF7C6 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB188247198-
CMYK0.2400.200.03
HSL130.17º78.67%85.29%-
HSV(B)130.17º23.89%96.86%-
XYZ64.1981.2965.73-
YUV223.77113.45102.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.70%
GREEN value IS 247 (96.88% from 255) = 39.02%
BLUE value IS 198 (77.73% from 255) = 31.28%
R=29.70%
G=39.02%
B=31.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882471980.2400.200.03130.1778.6785.29
HexBCF7C6180143824f55
Octal274367306300243202117125
Binary10111100111101111100011011000010100111000001010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF7C6; }

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

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

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

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

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

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

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

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