#BCE7C6

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

Shades of Granny Apple #BCE7C6

Tints of Granny Apple #BCE7C6

Color information

#BCE7C6 (or 0xBCE7C6) is unknown color: approx Granny Apple. HEX triplet: BC, E7 and C6. RGB value is (188,231,198). Sum of RGB (Red+Green+Blue) = 188+231+198=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 231 (90.62% from 255 or 37.44% from 617); Blue value is 198 (77.73% from 255 or 32.09% from 617); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE7C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE7C6 is #431839. Grayscale: #D6D6D6. Windows color (decimal): -4397114 or 13035452. OLE color: 13035452.

HSL color Cylindrical-coordinate representation of color #BCE7C6: hue angle of 133.95º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE7C6 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB188231198-
CMYK0.1900.140.09
HSL133.95º47.25%82.16%-
HSV(B)133.95º18.61%90.59%-
XYZ59.5171.9264.17-
YUV214.38118.75109.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.47%
GREEN value IS 231 (90.62% from 255) = 37.44%
BLUE value IS 198 (77.73% from 255) = 32.09%
R=30.47%
G=37.44%
B=32.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882311980.1900.140.09133.9547.2582.16
HexBCE7C6130E9862f52
Octal274347306230161120657122
Binary10111100111001111100011010011011101001100001101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE7C6; }

 p { color: rgb(188,231,198); }

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

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

 a { background-color: rgb(188,231,198); }

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

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

 span { border-color: rgb(188,231,198); }

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