Html Css Color HEX #B9C0B0 Tasman

📋 copy color: '#B9C0B0'

red 185 ◦ green 192 ◦ blue 176

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

Shades of Tasman #B9C0B0

Tints of Tasman #B9C0B0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.72%

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

R = 33.45%
G = 34.72%
B = 31.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#B9C0B0 (or 0xB9C0B0) is known color: Tasman. HEX triplet: B9, C0 and B0. RGB value is (185,192,176). Sum of RGB (Red+Green+Blue) = 185+192+176=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C0B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C0B0 is #463F4F. Grayscale: #BCBCBC. Windows color (decimal): -4603728 or 11583673. OLE color: 11583673.

HSL color Cylindrical-coordinate representation of color #B9C0B0: hue angle of 86.25º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B9C0B0 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 192 176 -
CMYK 0.04 0 0.08 0.25
HSL 86.25º 0.11% 0.72% -
HSV(B) 86.25º 0.08% 0.75% -
XYZ 46.69 51.15 48.49 -
YUV 188.08 121.18 125.8 -
System Red Green Blue C M Y K H S L
Decimal 185 192 176 0.04 0 0.08 0.25 86.25 0.11 0.72
Hex B9 C0 B0 4 0 8 19 56 B 48
Octal 271 300 260 4 0 10 31 126 13 110
Binary 10111001 11000000 10110000 100 0 1000 11001 1010110 1011 1001000

Color Harmonies of #B9C0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C0B0

Black with #B9C0B0

Text Example


Text Example

White with #B9C0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C0B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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