#BCECCB

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

Shades of Granny Apple #BCECCB

Tints of Granny Apple #BCECCB

Color information

#BCECCB (or 0xBCECCB) is unknown color: approx Granny Apple. HEX triplet: BC, EC and CB. RGB value is (188,236,203). Sum of RGB (Red+Green+Blue) = 188+236+203=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECCB is #431334. Grayscale: #D9D9D9. Windows color (decimal): -4395829 or 13364412. OLE color: 13364412.

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

Color convert

RGB188236203-
CMYK0.2000.140.07
HSL138.75º55.81%83.14%-
HSV(B)138.75º20.34%92.55%-
XYZ61.5174.9967.73-
YUV217.89119.6106.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.98%
GREEN value IS 236 (92.58% from 255) = 37.64%
BLUE value IS 203 (79.69% from 255) = 32.38%
R=29.98%
G=37.64%
B=32.38%

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
Decimal1882362030.2000.140.07138.7555.8183.14
HexBCECCB140E78b3853
Octal27435431324016721370123
Binary1011110011101100110010111010001110111100010111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCECCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCECCB; }

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

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

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

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

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

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

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

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