Html Css Color HEX #B9BDB0 Tasman

📋 copy color: '#B9BDB0'

red 185 ◦ green 189 ◦ blue 176

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

Shades of Tasman #B9BDB0

Tints of Tasman #B9BDB0

RGB

 RED value IS 185 (72.66% from 255) = 33.64%

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

 BLUE value IS 176 (69.14% from 255) = 32%

R = 33.64%
G = 34.36%
B = 32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#B9BDB0 (or 0xB9BDB0) is known color: Tasman. HEX triplet: B9, BD and B0. RGB value is (185,189,176). Sum of RGB (Red+Green+Blue) = 185+189+176=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BDB0 is #46424F. Grayscale: #BABABA. Windows color (decimal): -4604496 or 11582905. OLE color: 11582905.

HSL color Cylindrical-coordinate representation of color #B9BDB0: hue angle of 78.46º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9BDB0 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 189 176 -
CMYK 0.02 0 0.07 0.26
HSL 78.46º 0.09% 0.72% -
HSV(B) 78.46º 0.07% 0.74% -
XYZ 46.04 49.84 48.27 -
YUV 186.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 185 189 176 0.02 0 0.07 0.26 78.46 0.09 0.72
Hex B9 BD B0 2 0 7 1A 4E 9 48
Octal 271 275 260 2 0 7 32 116 11 110
Binary 10111001 10111101 10110000 10 0 111 11010 1001110 1001 1001000

Color Harmonies of #B9BDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BDB0

Black with #B9BDB0

Text Example


Text Example

White with #B9BDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BDB0; }

 p { color: rgb(185,189,176); }

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

background-color css

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

 a { background-color: rgb(185,189,176); }

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

border-color css

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

 span { border-color: rgb(185,189,176); }

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