#BCF5C7

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

Shades of Granny Apple #BCF5C7

Tints of Granny Apple #BCF5C7

Color information

#BCF5C7 (or 0xBCF5C7) is unknown color: approx Granny Apple. HEX triplet: BC, F5 and C7. RGB value is (188,245,199). Sum of RGB (Red+Green+Blue) = 188+245+199=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 245 (96.09% from 255 or 38.77% from 632); Blue value is 199 (78.12% from 255 or 31.49% from 632); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF5C7 is #430A38. Grayscale: #DEDEDE. Windows color (decimal): -4393529 or 13104572. OLE color: 13104572.

HSL color Cylindrical-coordinate representation of color #BCF5C7: hue angle of 131.58º degrees, saturation: 0.74, 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 #BCF5C7 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB188245199-
CMYK0.2300.190.04
HSL131.58º74.03%84.9%-
HSV(B)131.58º23.27%96.08%-
XYZ63.780.1266.14-
YUV222.71114.62103.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.75%
GREEN value IS 245 (96.09% from 255) = 38.77%
BLUE value IS 199 (78.12% from 255) = 31.49%
R=29.75%
G=38.77%
B=31.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882451990.2300.190.04131.5874.0384.9
HexBCF5C7170134844a55
Octal274365307270234204112125
Binary101111001111010111000111101110100111001000010010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF5C7; }

 p { color: rgb(188,245,199); }

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

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

 a { background-color: rgb(188,245,199); }

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

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

 span { border-color: rgb(188,245,199); }

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