Html Css Color HEX #BECAB1 Tasman

📋 copy color: '#BECAB1'

red 190 ◦ green 202 ◦ blue 177

#BECAB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tasman #BECAB1

Tints of Tasman #BECAB1

RGB

 RED value IS 190 (74.61% from 255) = 33.39%

 GREEN value IS 202 (79.3% from 255) = 35.5%

 BLUE value IS 177 (69.53% from 255) = 31.11%

R = 33.39%
G = 35.5%
B = 31.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#BECAB1 (or 0xBECAB1) is known color: 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

RGB 190 202 177 -
CMYK 0.06 0 0.12 0.21
HSL 88.8º 0.19% 0.74% -
HSV(B) 88.8º 0.12% 0.79% -
XYZ 50.29 56.36 49.82 -
YUV 195.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 190 202 177 0.06 0 0.12 0.21 88.8 0.19 0.74
Hex BE CA B1 6 0 C 15 59 13 4A
Octal 276 312 261 6 0 14 25 131 23 112
Binary 10111110 11001010 10110001 110 0 1100 10101 1011001 10011 1001010

Color Harmonies of #BECAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECAB1

Black with #BECAB1

Text Example


Text Example

White with #BECAB1

Text Example


Text Example

HTML Codes & Css Web 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>