#BCF8C3

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

Shades of Granny Apple #BCF8C3

Tints of Granny Apple #BCF8C3

Color information

#BCF8C3 (or 0xBCF8C3) is unknown color: approx Granny Apple. HEX triplet: BC, F8 and C3. RGB value is (188,248,195). Sum of RGB (Red+Green+Blue) = 188+248+195=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 248 (97.27% from 255 or 39.30% from 631); Blue value is 195 (76.56% from 255 or 30.90% from 631); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF8C3 is #43073C. Grayscale: #E0E0E0. Windows color (decimal): -4392765 or 12843196. OLE color: 12843196.

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

Color convert

RGB188248195-
CMYK0.2400.210.03
HSL127º81.08%85.49%-
HSV(B)127º24.19%97.25%-
XYZ64.1681.7764.03-
YUV224.02111.62102.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.79%
GREEN value IS 248 (97.27% from 255) = 39.30%
BLUE value IS 195 (76.56% from 255) = 30.90%
R=29.79%
G=39.30%
B=30.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882481950.2400.210.0312781.0885.49
HexBCF8C31801537f5155
Octal274370303300253177121125
Binary1011110011111000110000111100001010111111111110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF8C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF8C3; }

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

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

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

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

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

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

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

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