#BECF88

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

Shades of Caper #BECF88

Tints of Caper #BECF88

Color information

#BECF88 (or 0xBECF88) is unknown color: approx Caper. HEX triplet: BE, CF and 88. RGB value is (190,207,136). Sum of RGB (Red+Green+Blue) = 190+207+136=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECF88 is #413077. Grayscale: #C2C2C2. Windows color (decimal): -4272248 or 8966078. OLE color: 8966078.

HSL color Cylindrical-coordinate representation of color #BECF88: hue angle of 74.37º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BECF88 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB190207136-
CMYK0.0800.340.19
HSL74.37º42.51%67.25%-
HSV(B)74.37º34.3%81.18%-
XYZ47.9957.3531.83-
YUV193.8295.37125.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 207 (81.25% from 255) = 38.84%
BLUE value IS 136 (53.52% from 255) = 25.52%
R=35.65%
G=38.84%
B=25.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902071360.0800.340.1974.3742.5167.25
HexBECF888022134a2b43
Octal276317210100422311253103
Binary101111101100111110001000100001000101001110010101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECF88; }

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

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

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

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

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

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

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

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