Html Css Color HEX #B9C2AF Tasman

📋 copy color: '#B9C2AF'

red 185 ◦ green 194 ◦ blue 175

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

Shades of Tasman #B9C2AF

Tints of Tasman #B9C2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.59%

R = 33.39%
G = 35.02%
B = 31.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#B9C2AF (or 0xB9C2AF) is known color: Tasman. HEX triplet: B9, C2 and AF. RGB value is (185,194,175). Sum of RGB (Red+Green+Blue) = 185+194+175=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C2AF is #463D50. Grayscale: #BDBDBD. Windows color (decimal): -4603217 or 11518649. OLE color: 11518649.

HSL color Cylindrical-coordinate representation of color #B9C2AF: hue angle of 88.42º 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 #B9C2AF is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 194 175 -
CMYK 0.05 0 0.10 0.24
HSL 88.42º 0.13% 0.72% -
HSV(B) 88.42º 0.1% 0.76% -
XYZ 47.04 51.99 48.11 -
YUV 189.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 185 194 175 0.05 0 0.10 0.24 88.42 0.13 0.72
Hex B9 C2 AF 5 0 A 18 58 D 48
Octal 271 302 257 5 0 12 30 130 15 110
Binary 10111001 11000010 10101111 101 0 1010 11000 1011000 1101 1001000

Color Harmonies of #B9C2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C2AF

Black with #B9C2AF

Text Example


Text Example

White with #B9C2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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