#BCEBC6

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

Shades of Granny Apple #BCEBC6

Tints of Granny Apple #BCEBC6

Color information

#BCEBC6 (or 0xBCEBC6) is unknown color: approx Granny Apple. HEX triplet: BC, EB and C6. RGB value is (188,235,198). Sum of RGB (Red+Green+Blue) = 188+235+198=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 198 (77.73% from 255 or 31.88% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBC6 is #431439. Grayscale: #D8D8D8. Windows color (decimal): -4396090 or 13036476. OLE color: 13036476.

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

Color convert

RGB188235198-
CMYK0.200.160.08
HSL132.77º54.02%82.94%-
HSV(B)132.77º20%92.16%-
XYZ60.6474.1964.55-
YUV216.73117.43107.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.27%
GREEN value IS 235 (92.19% from 255) = 37.84%
BLUE value IS 198 (77.73% from 255) = 31.88%
R=30.27%
G=37.84%
B=31.88%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882351980.200.160.08132.7754.0282.94
HexBCEBC6140108853653
Octal274353306240201020566123
Binary101111001110101111000110101000100001000100001011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBC6; }

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

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

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

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

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

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

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

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