Html Css Color HEX #B9C1B0 Tasman

📋 copy color: '#B9C1B0'

red 185 ◦ green 193 ◦ blue 176

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

Shades of Tasman #B9C1B0

Tints of Tasman #B9C1B0

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.84%

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

R = 33.39%
G = 34.84%
B = 31.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#B9C1B0 (or 0xB9C1B0) is known color: Tasman. HEX triplet: B9, C1 and B0. RGB value is (185,193,176). Sum of RGB (Red+Green+Blue) = 185+193+176=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C1B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C1B0 is #463E4F. Grayscale: #BCBCBC. Windows color (decimal): -4603472 or 11583929. OLE color: 11583929.

HSL color Cylindrical-coordinate representation of color #B9C1B0: hue angle of 88.24º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9C1B0 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 193 176 -
CMYK 0.04 0 0.09 0.24
HSL 88.24º 0.12% 0.72% -
HSV(B) 88.24º 0.09% 0.76% -
XYZ 46.91 51.59 48.56 -
YUV 188.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 185 193 176 0.04 0 0.09 0.24 88.24 0.12 0.72
Hex B9 C1 B0 4 0 9 18 58 C 48
Octal 271 301 260 4 0 11 30 130 14 110
Binary 10111001 11000001 10110000 100 0 1001 11000 1011000 1100 1001000

Color Harmonies of #B9C1B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C1B0

Black with #B9C1B0

Text Example


Text Example

White with #B9C1B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C1B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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