#BCEBC7

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

Shades of Granny Apple #BCEBC7

Tints of Granny Apple #BCEBC7

Color information

#BCEBC7 (or 0xBCEBC7) is unknown color: approx Granny Apple. HEX triplet: BC, EB and C7. RGB value is (188,235,199). Sum of RGB (Red+Green+Blue) = 188+235+199=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 199 (78.12% from 255 or 31.99% from 622); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBC7 is #431438. Grayscale: #D8D8D8. Windows color (decimal): -4396089 or 13102012. OLE color: 13102012.

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

Color convert

RGB188235199-
CMYK0.200.150.08
HSL134.04º54.02%82.94%-
HSV(B)134.04º20%92.16%-
XYZ60.7674.2365.16-
YUV216.84117.93107.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.23%
GREEN value IS 235 (92.19% from 255) = 37.78%
BLUE value IS 199 (78.12% from 255) = 31.99%
R=30.23%
G=37.78%
B=31.99%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882351990.200.150.08134.0454.0282.94
HexBCEBC7140F8863653
Octal274353307240171020666123
Binary10111100111010111100011110100011111000100001101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBC7; }

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

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

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

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

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

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

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

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