#BCE6C7

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

Shades of Granny Apple #BCE6C7

Tints of Granny Apple #BCE6C7

Color information

#BCE6C7 (or 0xBCE6C7) is unknown color: approx Granny Apple. HEX triplet: BC, E6 and C7. RGB value is (188,230,199). Sum of RGB (Red+Green+Blue) = 188+230+199=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 230 (90.23% from 255 or 37.28% from 617); Blue value is 199 (78.12% from 255 or 32.25% from 617); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6C7 is #431938. Grayscale: #D5D5D5. Windows color (decimal): -4397369 or 13100732. OLE color: 13100732.

HSL color Cylindrical-coordinate representation of color #BCE6C7: hue angle of 135.71º 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 #BCE6C7 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB188230199-
CMYK0.1800.130.10
HSL135.71º45.65%81.96%-
HSV(B)135.71º18.26%90.2%-
XYZ59.3471.4164.69-
YUV213.91119.59109.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.47%
GREEN value IS 230 (90.23% from 255) = 37.28%
BLUE value IS 199 (78.12% from 255) = 32.25%
R=30.47%
G=37.28%
B=32.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882301990.1800.130.10135.7145.6581.96
HexBCE6C7120DA882e52
Octal274346307220151221056122
Binary10111100111001101100011110010011011010100010001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE6C7; }

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

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

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

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

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

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

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

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