#BCF5C3

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

Shades of Granny Apple #BCF5C3

Tints of Granny Apple #BCF5C3

Color information

#BCF5C3 (or 0xBCF5C3) is unknown color: approx Granny Apple. HEX triplet: BC, F5 and C3. RGB value is (188,245,195). Sum of RGB (Red+Green+Blue) = 188+245+195=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 245 (96.09% from 255 or 39.01% from 628); Blue value is 195 (76.56% from 255 or 31.05% from 628); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF5C3 is #430A3C. Grayscale: #DEDEDE. Windows color (decimal): -4393533 or 12842428. OLE color: 12842428.

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

Color convert

RGB188245195-
CMYK0.2300.200.04
HSL127.37º74.03%84.9%-
HSV(B)127.37º23.27%96.08%-
XYZ63.2479.9463.73-
YUV222.26112.62103.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.94%
GREEN value IS 245 (96.09% from 255) = 39.01%
BLUE value IS 195 (76.56% from 255) = 31.05%
R=29.94%
G=39.01%
B=31.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882451950.2300.200.04127.3774.0384.9
HexBCF5C31701447f4a55
Octal274365303270244177112125
Binary10111100111101011100001110111010100100111111110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF5C3; }

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

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

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

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

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

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

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

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