#BCEBCB

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

Shades of Granny Apple #BCEBCB

Tints of Granny Apple #BCEBCB

Color information

#BCEBCB (or 0xBCEBCB) is unknown color: approx Granny Apple. HEX triplet: BC, EB and CB. RGB value is (188,235,203). Sum of RGB (Red+Green+Blue) = 188+235+203=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBCB is #431434. Grayscale: #D9D9D9. Windows color (decimal): -4396085 or 13364156. OLE color: 13364156.

HSL color Cylindrical-coordinate representation of color #BCEBCB: hue angle of 139.15º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEBCB is Cyan = 0.2, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB188235203-
CMYK0.200.140.08
HSL139.15º54.02%82.94%-
HSV(B)139.15º20%92.16%-
XYZ61.2374.4267.64-
YUV217.3119.93107.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.03%
GREEN value IS 235 (92.19% from 255) = 37.54%
BLUE value IS 203 (79.69% from 255) = 32.43%
R=30.03%
G=37.54%
B=32.43%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882352030.200.140.08139.1554.0282.94
HexBCEBCB140E88b3653
Octal274353313240161021366123
Binary10111100111010111100101110100011101000100010111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBCB; }

 p { color: rgb(188,235,203); }

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

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

 a { background-color: rgb(188,235,203); }

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

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

 span { border-color: rgb(188,235,203); }

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