Html Css Color HEX #B9C2AC Tasman

📋 copy color: '#B9C2AC'

red 185 ◦ green 194 ◦ blue 172

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

Shades of Tasman #B9C2AC

Tints of Tasman #B9C2AC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.21%

 BLUE value IS 172 (67.58% from 255) = 31.22%

R = 33.58%
G = 35.21%
B = 31.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#B9C2AC (or 0xB9C2AC) is known color: Tasman. HEX triplet: B9, C2 and AC. RGB value is (185,194,172). Sum of RGB (Red+Green+Blue) = 185+194+172=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C2AC is #463D53. Grayscale: #BCBCBC. Windows color (decimal): -4603220 or 11322041. OLE color: 11322041.

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

Color convert

RGB 185 194 172 -
CMYK 0.05 0 0.11 0.24
HSL 84.55º 0.15% 0.72% -
HSV(B) 84.55º 0.11% 0.76% -
XYZ 46.75 51.88 46.58 -
YUV 188.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 185 194 172 0.05 0 0.11 0.24 84.55 0.15 0.72
Hex B9 C2 AC 5 0 B 18 55 F 48
Octal 271 302 254 5 0 13 30 125 17 110
Binary 10111001 11000010 10101100 101 0 1011 11000 1010101 1111 1001000

Color Harmonies of #B9C2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C2AC

Black with #B9C2AC

Text Example


Text Example

White with #B9C2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C2AC; }

 p { color: rgb(185,194,172); }

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

background-color css

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

 a { background-color: rgb(185,194,172); }

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

border-color css

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

 span { border-color: rgb(185,194,172); }

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