Html Css Color HEX #BEC1B9 Tasman

📋 copy color: '#BEC1B9'

red 190 ◦ green 193 ◦ blue 185

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

Shades of Tasman #BEC1B9

Tints of Tasman #BEC1B9

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.98%

 BLUE value IS 185 (72.66% from 255) = 32.57%

R = 33.45%
G = 33.98%
B = 32.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#BEC1B9 (or 0xBEC1B9) is known color: Tasman. HEX triplet: BE, C1 and B9. RGB value is (190,193,185). Sum of RGB (Red+Green+Blue) = 190+193+185=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 185 (72.66% from 255 or 32.57% from 568); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1B9 is #413E46. Grayscale: #BFBFBF. Windows color (decimal): -4275783 or 12173758. OLE color: 12173758.

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

Color convert

RGB 190 193 185 -
CMYK 0.02 0 0.04 0.24
HSL 82.5º 0.06% 0.74% -
HSV(B) 82.5º 0.04% 0.76% -
XYZ 49.06 52.59 53.46 -
YUV 191.19 124.51 127.15 -
System Red Green Blue C M Y K H S L
Decimal 190 193 185 0.02 0 0.04 0.24 82.5 0.06 0.74
Hex BE C1 B9 2 0 4 18 52 6 4A
Octal 276 301 271 2 0 4 30 122 6 112
Binary 10111110 11000001 10111001 10 0 100 11000 1010010 110 1001010

Color Harmonies of #BEC1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC1B9

Black with #BEC1B9

Text Example


Text Example

White with #BEC1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC1B9; }

 p { color: rgb(190,193,185); }

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

background-color css

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

 a { background-color: rgb(190,193,185); }

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

border-color css

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

 span { border-color: rgb(190,193,185); }

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