#BCE6C4

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

Shades of Granny Apple #BCE6C4

Tints of Granny Apple #BCE6C4

Color information

#BCE6C4 (or 0xBCE6C4) is unknown color: approx Granny Apple. HEX triplet: BC, E6 and C4. RGB value is (188,230,196). Sum of RGB (Red+Green+Blue) = 188+230+196=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 230 (90.23% from 255 or 37.46% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6C4 is #43193B. Grayscale: #D5D5D5. Windows color (decimal): -4397372 or 12904124. OLE color: 12904124.

HSL color Cylindrical-coordinate representation of color #BCE6C4: hue angle of 131.43º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE6C4 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB188230196-
CMYK0.1800.150.10
HSL131.43º45.65%81.96%-
HSV(B)131.43º18.26%90.2%-
XYZ5971.2762.87-
YUV213.57118.09109.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.62%
GREEN value IS 230 (90.23% from 255) = 37.46%
BLUE value IS 196 (76.95% from 255) = 31.92%
R=30.62%
G=37.46%
B=31.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882301960.1800.150.10131.4345.6581.96
HexBCE6C4120FA832e52
Octal274346304220171220356122
Binary10111100111001101100010010010011111010100000111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE6C4; }

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

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

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

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

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

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

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

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