Html Css Color HEX #B3C1A6 Tasman

📋 copy color: '#B3C1A6'

red 179 ◦ green 193 ◦ blue 166

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

Shades of Tasman #B3C1A6

Tints of Tasman #B3C1A6

RGB

 RED value IS 179 (70.31% from 255) = 33.27%

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

 BLUE value IS 166 (65.23% from 255) = 30.86%

R = 33.27%
G = 35.87%
B = 30.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#B3C1A6 (or 0xB3C1A6) is known color: Tasman. HEX triplet: B3, C1 and A6. RGB value is (179,193,166). Sum of RGB (Red+Green+Blue) = 179+193+166=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 166 (65.23% from 255 or 30.86% from 538); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C1A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C1A6 is #4C3E59. Grayscale: #B9B9B9. Windows color (decimal): -4996698 or 10928563. OLE color: 10928563.

HSL color Cylindrical-coordinate representation of color #B3C1A6: hue angle of 91.11º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3C1A6 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 193 166 -
CMYK 0.07 0 0.14 0.24
HSL 91.11º 0.18% 0.7% -
HSV(B) 91.11º 0.14% 0.76% -
XYZ 44.54 50.48 43.47 -
YUV 185.74 116.86 123.2 -
System Red Green Blue C M Y K H S L
Decimal 179 193 166 0.07 0 0.14 0.24 91.11 0.18 0.7
Hex B3 C1 A6 7 0 E 18 5B 12 46
Octal 263 301 246 7 0 16 30 133 22 106
Binary 10110011 11000001 10100110 111 0 1110 11000 1011011 10010 1000110

Color Harmonies of #B3C1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C1A6

Black with #B3C1A6

Text Example


Text Example

White with #B3C1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C1A6; }

 p { color: rgb(179,193,166); }

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

background-color css

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

 a { background-color: rgb(179,193,166); }

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

border-color css

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

 span { border-color: rgb(179,193,166); }

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