Html Css Color HEX #BEC2B4 Tasman

📋 copy color: '#BEC2B4'

red 190 ◦ green 194 ◦ blue 180

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

Shades of Tasman #BEC2B4

Tints of Tasman #BEC2B4

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.4%

 BLUE value IS 180 (70.7% from 255) = 31.91%

R = 33.69%
G = 34.4%
B = 31.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#BEC2B4 (or 0xBEC2B4) is known color: Tasman. HEX triplet: BE, C2 and B4. RGB value is (190,194,180). Sum of RGB (Red+Green+Blue) = 190+194+180=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2B4 is #413D4B. Grayscale: #BFBFBF. Windows color (decimal): -4275532 or 11846334. OLE color: 11846334.

HSL color Cylindrical-coordinate representation of color #BEC2B4: hue angle of 77.14º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEC2B4 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 194 180 -
CMYK 0.02 0 0.07 0.24
HSL 77.14º 0.1% 0.73% -
HSV(B) 77.14º 0.07% 0.76% -
XYZ 48.77 52.83 50.81 -
YUV 191.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 190 194 180 0.02 0 0.07 0.24 77.14 0.1 0.73
Hex BE C2 B4 2 0 7 18 4D A 49
Octal 276 302 264 2 0 7 30 115 12 111
Binary 10111110 11000010 10110100 10 0 111 11000 1001101 1010 1001001

Color Harmonies of #BEC2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC2B4

Black with #BEC2B4

Text Example


Text Example

White with #BEC2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC2B4; }

 p { color: rgb(190,194,180); }

 H1.HeaderClassName
 {
   color: #BEC2B4;
 }
 .AnyTagClassName
 {
   color: #BEC2B4;
 }
</style>

background-color css

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

 a { background-color: rgb(190,194,180); }

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

border-color css

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

 span { border-color: rgb(190,194,180); }

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