#BCEDC8

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

Shades of Granny Apple #BCEDC8

Tints of Granny Apple #BCEDC8

Color information

#BCEDC8 (or 0xBCEDC8) is unknown color: approx Granny Apple. HEX triplet: BC, ED and C8. RGB value is (188,237,200). Sum of RGB (Red+Green+Blue) = 188+237+200=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDC8 is #431237. Grayscale: #DADADA. Windows color (decimal): -4395576 or 13168060. OLE color: 13168060.

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

Color convert

RGB188237200-
CMYK0.2100.160.07
HSL134.69º57.65%83.33%-
HSV(B)134.69º20.68%92.94%-
XYZ61.4575.4365.96-
YUV218.13117.77106.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.08%
GREEN value IS 237 (92.97% from 255) = 37.92%
BLUE value IS 200 (78.52% from 255) = 32%
R=30.08%
G=37.92%
B=32%

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
Decimal1882372000.2100.160.07134.6957.6583.33
HexBCEDC8150107873a53
Octal27435531025020720772123
Binary10111100111011011100100010101010000111100001111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEDC8; }

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

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

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

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

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

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

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

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