#BECC88

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

Shades of Caper #BECC88

Tints of Caper #BECC88

Color information

#BECC88 (or 0xBECC88) is unknown color: approx Caper. HEX triplet: BE, CC and 88. RGB value is (190,204,136). Sum of RGB (Red+Green+Blue) = 190+204+136=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECC88 is #413377. Grayscale: #C0C0C0. Windows color (decimal): -4273016 or 8965310. OLE color: 8965310.

HSL color Cylindrical-coordinate representation of color #BECC88: hue angle of 72.35º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BECC88 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB190204136-
CMYK0.0700.330.2
HSL72.35º40%66.67%-
HSV(B)72.35º33.33%80%-
XYZ47.2755.9131.59-
YUV192.0696.36126.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 204 (80.08% from 255) = 38.49%
BLUE value IS 136 (53.52% from 255) = 25.66%
R=35.85%
G=38.49%
B=25.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902041360.0700.330.272.354066.67
HexBECC88702114482843
Octal27631421070412411050103
Binary10111110110011001000100011101000011010010010001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECC88; }

 p { color: rgb(190,204,136); }

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

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

 a { background-color: rgb(190,204,136); }

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

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

 span { border-color: rgb(190,204,136); }

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