Html Css Color HEX #B4BBAD Tasman

📋 copy color: '#B4BBAD'

red 180 ◦ green 187 ◦ blue 173

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

Shades of Tasman #B4BBAD

Tints of Tasman #B4BBAD

RGB

 RED value IS 180 (70.7% from 255) = 33.33%

 GREEN value IS 187 (73.44% from 255) = 34.63%

 BLUE value IS 173 (67.97% from 255) = 32.04%

R = 33.33%
G = 34.63%
B = 32.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B4BBAD (or 0xB4BBAD) is known color: Tasman. HEX triplet: B4, BB and AD. RGB value is (180,187,173). Sum of RGB (Red+Green+Blue) = 180+187+173=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BBAD is #4B4452. Grayscale: #B7B7B7. Windows color (decimal): -4932691 or 11385780. OLE color: 11385780.

HSL color Cylindrical-coordinate representation of color #B4BBAD: hue angle of 90º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B4BBAD is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 187 173 -
CMYK 0.04 0 0.07 0.27
HSL 90º 0.09% 0.71% -
HSV(B) 90º 0.07% 0.73% -
XYZ 44.14 48.26 46.52 -
YUV 183.31 122.18 125.64 -
System Red Green Blue C M Y K H S L
Decimal 180 187 173 0.04 0 0.07 0.27 90 0.09 0.71
Hex B4 BB AD 4 0 7 1B 5A 9 47
Octal 264 273 255 4 0 7 33 132 11 107
Binary 10110100 10111011 10101101 100 0 111 11011 1011010 1001 1000111

Color Harmonies of #B4BBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BBAD

Black with #B4BBAD

Text Example


Text Example

White with #B4BBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BBAD; }

 p { color: rgb(180,187,173); }

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

background-color css

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

 a { background-color: rgb(180,187,173); }

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

border-color css

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

 span { border-color: rgb(180,187,173); }

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