#BCEDCC

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

Shades of Granny Apple #BCEDCC

Tints of Granny Apple #BCEDCC

Color information

#BCEDCC (or 0xBCEDCC) is unknown color: approx Granny Apple. HEX triplet: BC, ED and CC. RGB value is (188,237,204). Sum of RGB (Red+Green+Blue) = 188+237+204=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDCC is #431233. Grayscale: #DADADA. Windows color (decimal): -4395572 or 13430204. OLE color: 13430204.

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

Color convert

RGB188237204-
CMYK0.2100.140.07
HSL139.59º57.65%83.33%-
HSV(B)139.59º20.68%92.94%-
XYZ61.9275.6268.46-
YUV218.59119.77106.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.89%
GREEN value IS 237 (92.97% from 255) = 37.68%
BLUE value IS 204 (80.08% from 255) = 32.43%
R=29.89%
G=37.68%
B=32.43%

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
Decimal1882372040.2100.140.07139.5957.6583.33
HexBCEDCC150E78c3a53
Octal27435531425016721472123
Binary1011110011101101110011001010101110111100011001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEDCC; }

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

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

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

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

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

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

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

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