#BCEDC4

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

Shades of Granny Apple #BCEDC4

Tints of Granny Apple #BCEDC4

Color information

#BCEDC4 (or 0xBCEDC4) is unknown color: approx Granny Apple. HEX triplet: BC, ED and C4. RGB value is (188,237,196). Sum of RGB (Red+Green+Blue) = 188+237+196=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDC4 is #43123B. Grayscale: #D9D9D9. Windows color (decimal): -4395580 or 12905916. OLE color: 12905916.

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

Color convert

RGB188237196-
CMYK0.2100.170.07
HSL129.8º57.65%83.33%-
HSV(B)129.8º20.68%92.94%-
XYZ60.9975.2563.53-
YUV217.68115.77106.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.27%
GREEN value IS 237 (92.97% from 255) = 38.16%
BLUE value IS 196 (76.95% from 255) = 31.56%
R=30.27%
G=38.16%
B=31.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882371960.2100.170.07129.857.6583.33
HexBCEDC4150117823a53
Octal27435530425021720272123
Binary10111100111011011100010010101010001111100000101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEDC4; }

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

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

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

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

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

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

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

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