Html Css Color HEX #B6BDAB Tasman

📋 copy color: '#B6BDAB'

red 182 ◦ green 189 ◦ blue 171

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

Shades of Tasman #B6BDAB

Tints of Tasman #B6BDAB

RGB

 RED value IS 182 (71.48% from 255) = 33.58%

 GREEN value IS 189 (74.22% from 255) = 34.87%

 BLUE value IS 171 (67.19% from 255) = 31.55%

R = 33.58%
G = 34.87%
B = 31.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#B6BDAB (or 0xB6BDAB) is known color: Tasman. HEX triplet: B6, BD and AB. RGB value is (182,189,171). Sum of RGB (Red+Green+Blue) = 182+189+171=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BDAB is #494254. Grayscale: #B8B8B8. Windows color (decimal): -4801109 or 11255222. OLE color: 11255222.

HSL color Cylindrical-coordinate representation of color #B6BDAB: hue angle of 83.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6BDAB is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 189 171 -
CMYK 0.04 0 0.10 0.26
HSL 83.33º 0.12% 0.71% -
HSV(B) 83.33º 0.1% 0.74% -
XYZ 44.84 49.28 45.68 -
YUV 184.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 182 189 171 0.04 0 0.10 0.26 83.33 0.12 0.71
Hex B6 BD AB 4 0 A 1A 53 C 47
Octal 266 275 253 4 0 12 32 123 14 107
Binary 10110110 10111101 10101011 100 0 1010 11010 1010011 1100 1000111

Color Harmonies of #B6BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BDAB

Black with #B6BDAB

Text Example


Text Example

White with #B6BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BDAB; }

 p { color: rgb(182,189,171); }

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

background-color css

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

 a { background-color: rgb(182,189,171); }

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

border-color css

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

 span { border-color: rgb(182,189,171); }

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