#BCEDC7

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

Shades of Granny Apple #BCEDC7

Tints of Granny Apple #BCEDC7

Color information

#BCEDC7 (or 0xBCEDC7) is unknown color: approx Granny Apple. HEX triplet: BC, ED and C7. RGB value is (188,237,199). Sum of RGB (Red+Green+Blue) = 188+237+199=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDC7 is #431238. Grayscale: #DADADA. Windows color (decimal): -4395577 or 13102524. OLE color: 13102524.

HSL color Cylindrical-coordinate representation of color #BCEDC7: hue angle of 133.47º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEDC7 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB188237199-
CMYK0.2100.160.07
HSL133.47º57.65%83.33%-
HSV(B)133.47º20.68%92.94%-
XYZ61.3375.3865.35-
YUV218.02117.27106.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.13%
GREEN value IS 237 (92.97% from 255) = 37.98%
BLUE value IS 199 (78.12% from 255) = 31.89%
R=30.13%
G=37.98%
B=31.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882371990.2100.160.07133.4757.6583.33
HexBCEDC7150107853a53
Octal27435530725020720572123
Binary10111100111011011100011110101010000111100001011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEDC7; }

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

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

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

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

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

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

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

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