#BECAB1

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

Shades of Tasman #BECAB1

Tints of Tasman #BECAB1

Color information

#BECAB1 (or 0xBECAB1) is unknown color: approx Tasman. HEX triplet: BE, CA and B1. RGB value is (190,202,177). Sum of RGB (Red+Green+Blue) = 190+202+177=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECAB1 is #41354E. Grayscale: #C3C3C3. Windows color (decimal): -4273487 or 11651774. OLE color: 11651774.

HSL color Cylindrical-coordinate representation of color #BECAB1: hue angle of 88.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BECAB1 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB190202177-
CMYK0.0600.120.21
HSL88.8º19.08%74.31%-
HSV(B)88.8º12.38%79.22%-
XYZ50.2956.3649.82-
YUV195.56117.52124.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.39%
GREEN value IS 202 (79.30% from 255) = 35.50%
BLUE value IS 177 (69.53% from 255) = 31.11%
R=33.39%
G=35.50%
B=31.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021770.0600.120.2188.819.0874.31
HexBECAB160C1559134a
Octal27631226160142513123112
Binary10111110110010101011000111001100101011011001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAB1; }

 p { color: rgb(190,202,177); }

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

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

 a { background-color: rgb(190,202,177); }

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

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

 span { border-color: rgb(190,202,177); }

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