Html Css Color HEX #B6C2AA Tasman

📋 copy color: '#B6C2AA'

red 182 ◦ green 194 ◦ blue 170

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

Shades of Tasman #B6C2AA

Tints of Tasman #B6C2AA

RGB

 RED value IS 182 (71.48% from 255) = 33.33%

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

 BLUE value IS 170 (66.8% from 255) = 31.14%

R = 33.33%
G = 35.53%
B = 31.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#B6C2AA (or 0xB6C2AA) is known color: Tasman. HEX triplet: B6, C2 and AA. RGB value is (182,194,170). Sum of RGB (Red+Green+Blue) = 182+194+170=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C2AA is #493D55. Grayscale: #BBBBBB. Windows color (decimal): -4799830 or 11190966. OLE color: 11190966.

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

Color convert

RGB 182 194 170 -
CMYK 0.06 0 0.12 0.24
HSL 90º 0.16% 0.71% -
HSV(B) 90º 0.12% 0.76% -
XYZ 45.84 51.43 45.54 -
YUV 187.68 118.02 123.95 -
System Red Green Blue C M Y K H S L
Decimal 182 194 170 0.06 0 0.12 0.24 90 0.16 0.71
Hex B6 C2 AA 6 0 C 18 5A 10 47
Octal 266 302 252 6 0 14 30 132 20 107
Binary 10110110 11000010 10101010 110 0 1100 11000 1011010 10000 1000111

Color Harmonies of #B6C2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C2AA

Black with #B6C2AA

Text Example


Text Example

White with #B6C2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C2AA; }

 p { color: rgb(182,194,170); }

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

background-color css

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

 a { background-color: rgb(182,194,170); }

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

border-color css

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

 span { border-color: rgb(182,194,170); }

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