#BCEFC3

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

Shades of Granny Apple #BCEFC3

Tints of Granny Apple #BCEFC3

Color information

#BCEFC3 (or 0xBCEFC3) is unknown color: approx Granny Apple. HEX triplet: BC, EF and C3. RGB value is (188,239,195). Sum of RGB (Red+Green+Blue) = 188+239+195=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 195 (76.56% from 255 or 31.35% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEFC3 is #43103C. Grayscale: #DADADA. Windows color (decimal): -4395069 or 12840892. OLE color: 12840892.

HSL color Cylindrical-coordinate representation of color #BCEFC3: hue angle of 128.24º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEFC3 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB188239195-
CMYK0.2100.180.06
HSL128.24º61.45%83.73%-
HSV(B)128.24º21.34%93.73%-
XYZ61.4676.3663.13-
YUV218.73114.6106.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.23%
GREEN value IS 239 (93.75% from 255) = 38.42%
BLUE value IS 195 (76.56% from 255) = 31.35%
R=30.23%
G=38.42%
B=31.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882391950.2100.180.06128.2461.4583.73
HexBCEFC3150126803d54
Octal27435730325022620075124
Binary10111100111011111100001110101010010110100000001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEFC3; }

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

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

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

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

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

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

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

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