#BCF1C4

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

Shades of Granny Apple #BCF1C4

Tints of Granny Apple #BCF1C4

Color information

#BCF1C4 (or 0xBCF1C4) is unknown color: approx Granny Apple. HEX triplet: BC, F1 and C4. RGB value is (188,241,196). Sum of RGB (Red+Green+Blue) = 188+241+196=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 196 (76.95% from 255 or 31.36% from 625); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1C4 is #430E3B. Grayscale: #DCDCDC. Windows color (decimal): -4394556 or 12906940. OLE color: 12906940.

HSL color Cylindrical-coordinate representation of color #BCF1C4: hue angle of 129.06º 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 #BCF1C4 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB188241196-
CMYK0.2200.190.05
HSL129.06º65.43%84.12%-
HSV(B)129.06º21.99%94.51%-
XYZ62.1677.5963.92-
YUV220.02114.44105.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.08%
GREEN value IS 241 (94.53% from 255) = 38.56%
BLUE value IS 196 (76.95% from 255) = 31.36%
R=30.08%
G=38.56%
B=31.36%

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
Decimal1882411960.2200.190.05129.0665.4384.12
HexBCF1C4160135814154
Octal274361304260235201101124
Binary101111001111000111000100101100100111011000000110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF1C4; }

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

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

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

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

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

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

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

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