Html Css Color HEX #B5BFAB Tasman

📋 copy color: '#B5BFAB'

red 181 ◦ green 191 ◦ blue 171

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

Shades of Tasman #B5BFAB

Tints of Tasman #B5BFAB

RGB

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

 GREEN value IS 191 (75% from 255) = 35.17%

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

R = 33.33%
G = 35.17%
B = 31.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#B5BFAB (or 0xB5BFAB) is known color: Tasman. HEX triplet: B5, BF and AB. RGB value is (181,191,171). Sum of RGB (Red+Green+Blue) = 181+191+171=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BFAB is #4A4054. Grayscale: #B9B9B9. Windows color (decimal): -4866133 or 11255733. OLE color: 11255733.

HSL color Cylindrical-coordinate representation of color #B5BFAB: hue angle of 90º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5BFAB is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 191 171 -
CMYK 0.05 0 0.10 0.25
HSL 90º 0.14% 0.71% -
HSV(B) 90º 0.1% 0.75% -
XYZ 45.04 50.03 45.81 -
YUV 185.73 119.69 124.63 -
System Red Green Blue C M Y K H S L
Decimal 181 191 171 0.05 0 0.10 0.25 90 0.14 0.71
Hex B5 BF AB 5 0 A 19 5A E 47
Octal 265 277 253 5 0 12 31 132 16 107
Binary 10110101 10111111 10101011 101 0 1010 11001 1011010 1110 1000111

Color Harmonies of #B5BFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BFAB

Black with #B5BFAB

Text Example


Text Example

White with #B5BFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BFAB; }

 p { color: rgb(181,191,171); }

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

background-color css

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

 a { background-color: rgb(181,191,171); }

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

border-color css

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

 span { border-color: rgb(181,191,171); }

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