Html Css Color HEX #B9C1AE Tasman

📋 copy color: '#B9C1AE'

red 185 ◦ green 193 ◦ blue 174

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

Shades of Tasman #B9C1AE

Tints of Tasman #B9C1AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.52%

R = 33.51%
G = 34.96%
B = 31.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#B9C1AE (or 0xB9C1AE) is known color: Tasman. HEX triplet: B9, C1 and AE. RGB value is (185,193,174). Sum of RGB (Red+Green+Blue) = 185+193+174=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C1AE is #463E51. Grayscale: #BCBCBC. Windows color (decimal): -4603474 or 11452857. OLE color: 11452857.

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

Color convert

RGB 185 193 174 -
CMYK 0.04 0 0.10 0.24
HSL 85.26º 0.13% 0.72% -
HSV(B) 85.26º 0.1% 0.76% -
XYZ 46.72 51.51 47.52 -
YUV 188.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 185 193 174 0.04 0 0.10 0.24 85.26 0.13 0.72
Hex B9 C1 AE 4 0 A 18 55 D 48
Octal 271 301 256 4 0 12 30 125 15 110
Binary 10111001 11000001 10101110 100 0 1010 11000 1010101 1101 1001000

Color Harmonies of #B9C1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C1AE

Black with #B9C1AE

Text Example


Text Example

White with #B9C1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C1AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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