Html Css Color HEX #B5BCAA Tasman

📋 copy color: '#B5BCAA'

red 181 ◦ green 188 ◦ blue 170

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

Shades of Tasman #B5BCAA

Tints of Tasman #B5BCAA

RGB

 RED value IS 181 (71.09% from 255) = 33.58%

 GREEN value IS 188 (73.83% from 255) = 34.88%

 BLUE value IS 170 (66.8% from 255) = 31.54%

R = 33.58%
G = 34.88%
B = 31.54%

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

#B5BCAA (or 0xB5BCAA) is known color: Tasman. HEX triplet: B5, BC and AA. RGB value is (181,188,170). Sum of RGB (Red+Green+Blue) = 181+188+170=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BCAA is #4A4355. Grayscale: #B7B7B7. Windows color (decimal): -4866902 or 11189429. OLE color: 11189429.

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

Color convert

RGB 181 188 170 -
CMYK 0.04 0 0.10 0.26
HSL 83.33º 0.12% 0.7% -
HSV(B) 83.33º 0.1% 0.74% -
XYZ 44.29 48.69 45.09 -
YUV 183.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 181 188 170 0.04 0 0.10 0.26 83.33 0.12 0.7
Hex B5 BC AA 4 0 A 1A 53 C 46
Octal 265 274 252 4 0 12 32 123 14 106
Binary 10110101 10111100 10101010 100 0 1010 11010 1010011 1100 1000110

Color Harmonies of #B5BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BCAA

Black with #B5BCAA

Text Example


Text Example

White with #B5BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BCAA; }

 p { color: rgb(181,188,170); }

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

background-color css

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

 a { background-color: rgb(181,188,170); }

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

border-color css

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

 span { border-color: rgb(181,188,170); }

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