#BCEDCB

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

Shades of Granny Apple #BCEDCB

Tints of Granny Apple #BCEDCB

Color information

#BCEDCB (or 0xBCEDCB) is unknown color: approx Granny Apple. HEX triplet: BC, ED and CB. RGB value is (188,237,203). Sum of RGB (Red+Green+Blue) = 188+237+203=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDCB is #431234. Grayscale: #DADADA. Windows color (decimal): -4395573 or 13364668. OLE color: 13364668.

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

Color convert

RGB188237203-
CMYK0.2100.140.07
HSL138.37º57.65%83.33%-
HSV(B)138.37º20.68%92.94%-
XYZ61.875.5767.83-
YUV218.47119.27106.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.94%
GREEN value IS 237 (92.97% from 255) = 37.74%
BLUE value IS 203 (79.69% from 255) = 32.32%
R=29.94%
G=37.74%
B=32.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882372030.2100.140.07138.3757.6583.33
HexBCEDCB150E78a3a53
Octal27435531325016721272123
Binary1011110011101101110010111010101110111100010101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEDCB; }

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

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

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

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

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

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

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

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