Html Css Color HEX #B4BBAC Tasman

📋 copy color: '#B4BBAC'

red 180 ◦ green 187 ◦ blue 172

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

Shades of Tasman #B4BBAC

Tints of Tasman #B4BBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.91%

R = 33.4%
G = 34.69%
B = 31.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B4BBAC (or 0xB4BBAC) is known color: Tasman. HEX triplet: B4, BB and AC. RGB value is (180,187,172). Sum of RGB (Red+Green+Blue) = 180+187+172=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BBAC is #4B4453. Grayscale: #B7B7B7. Windows color (decimal): -4932692 or 11320244. OLE color: 11320244.

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

Color convert

RGB 180 187 172 -
CMYK 0.04 0 0.08 0.27
HSL 88º 0.1% 0.7% -
HSV(B) 88º 0.08% 0.73% -
XYZ 44.04 48.22 46.02 -
YUV 183.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 180 187 172 0.04 0 0.08 0.27 88 0.1 0.7
Hex B4 BB AC 4 0 8 1B 58 A 46
Octal 264 273 254 4 0 10 33 130 12 106
Binary 10110100 10111011 10101100 100 0 1000 11011 1011000 1010 1000110

Color Harmonies of #B4BBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BBAC

Black with #B4BBAC

Text Example


Text Example

White with #B4BBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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