#BCF1C3

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

Shades of Granny Apple #BCF1C3

Tints of Granny Apple #BCF1C3

Color information

#BCF1C3 (or 0xBCF1C3) is unknown color: approx Granny Apple. HEX triplet: BC, F1 and C3. RGB value is (188,241,195). Sum of RGB (Red+Green+Blue) = 188+241+195=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 195 (76.56% from 255 or 31.25% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1C3 is #430E3C. Grayscale: #DCDCDC. Windows color (decimal): -4394557 or 12841404. OLE color: 12841404.

HSL color Cylindrical-coordinate representation of color #BCF1C3: hue angle of 127.92º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF1C3 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB188241195-
CMYK0.2200.190.05
HSL127.92º65.43%84.12%-
HSV(B)127.92º21.99%94.51%-
XYZ62.0477.5463.33-
YUV219.91113.94105.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.13%
GREEN value IS 241 (94.53% from 255) = 38.62%
BLUE value IS 195 (76.56% from 255) = 31.25%
R=30.13%
G=38.62%
B=31.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882411950.2200.190.05127.9265.4384.12
HexBCF1C3160135804154
Octal274361303260235200101124
Binary101111001111000111000011101100100111011000000010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF1C3; }

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

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

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

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

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

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

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

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