#BCECCC

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

Shades of Granny Apple #BCECCC

Tints of Granny Apple #BCECCC

Color information

#BCECCC (or 0xBCECCC) is unknown color: approx Granny Apple. HEX triplet: BC, EC and CC. RGB value is (188,236,204). Sum of RGB (Red+Green+Blue) = 188+236+204=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECCC is #431333. Grayscale: #DADADA. Windows color (decimal): -4395828 or 13429948. OLE color: 13429948.

HSL color Cylindrical-coordinate representation of color #BCECCC: hue angle of 140º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCECCC is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB188236204-
CMYK0.2000.140.07
HSL140º55.81%83.14%-
HSV(B)140º20.34%92.55%-
XYZ61.6375.0468.36-
YUV218120.1106.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.94%
GREEN value IS 236 (92.58% from 255) = 37.58%
BLUE value IS 204 (80.08% from 255) = 32.48%
R=29.94%
G=37.58%
B=32.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882362040.2000.140.0714055.8183.14
HexBCECCC140E78c3853
Octal27435431424016721470123
Binary1011110011101100110011001010001110111100011001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCECCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCECCC; }

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

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

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

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

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

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

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

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