#BCE6CA

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

Shades of Granny Apple #BCE6CA

Tints of Granny Apple #BCE6CA

Color information

#BCE6CA (or 0xBCE6CA) is unknown color: approx Granny Apple. HEX triplet: BC, E6 and CA. RGB value is (188,230,202). Sum of RGB (Red+Green+Blue) = 188+230+202=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 230 (90.23% from 255 or 37.10% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6CA is #431935. Grayscale: #D6D6D6. Windows color (decimal): -4397366 or 13297340. OLE color: 13297340.

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

Color convert

RGB188230202-
CMYK0.1800.120.10
HSL140º45.65%81.96%-
HSV(B)140º18.26%90.2%-
XYZ59.771.5566.54-
YUV214.25121.09109.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.32%
GREEN value IS 230 (90.23% from 255) = 37.10%
BLUE value IS 202 (79.30% from 255) = 32.58%
R=30.32%
G=37.10%
B=32.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882302020.1800.120.1014045.6581.96
HexBCE6CA120CA8c2e52
Octal274346312220141221456122
Binary10111100111001101100101010010011001010100011001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE6CA; }

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

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

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

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

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

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

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

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