#BCEBCA

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

Shades of Granny Apple #BCEBCA

Tints of Granny Apple #BCEBCA

Color information

#BCEBCA (or 0xBCEBCA) is unknown color: approx Granny Apple. HEX triplet: BC, EB and CA. RGB value is (188,235,202). Sum of RGB (Red+Green+Blue) = 188+235+202=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBCA is #431435. Grayscale: #D9D9D9. Windows color (decimal): -4396086 or 13298620. OLE color: 13298620.

HSL color Cylindrical-coordinate representation of color #BCEBCA: hue angle of 137.87º 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 #BCEBCA is Cyan = 0.2, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB188235202-
CMYK0.200.140.08
HSL137.87º54.02%82.94%-
HSV(B)137.87º20%92.16%-
XYZ61.1174.3767.01-
YUV217.18119.43107.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.08%
GREEN value IS 235 (92.19% from 255) = 37.6%
BLUE value IS 202 (79.30% from 255) = 32.32%
R=30.08%
G=37.6%
B=32.32%

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
Decimal1882352020.200.140.08137.8754.0282.94
HexBCEBCA140E88a3653
Octal274353312240161021266123
Binary10111100111010111100101010100011101000100010101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBCA; }

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

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

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

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

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

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

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

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