Html Css Color HEX #B4BFA6 Tasman

📋 copy color: '#B4BFA6'

red 180 ◦ green 191 ◦ blue 166

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

Shades of Tasman #B4BFA6

Tints of Tasman #B4BFA6

RGB

 RED value IS 180 (70.7% from 255) = 33.52%

 GREEN value IS 191 (75% from 255) = 35.57%

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

R = 33.52%
G = 35.57%
B = 30.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#B4BFA6 (or 0xB4BFA6) is known color: Tasman. HEX triplet: B4, BF and A6. RGB value is (180,191,166). Sum of RGB (Red+Green+Blue) = 180+191+166=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 166 (65.23% from 255 or 30.91% from 537); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BFA6 is #4B4059. Grayscale: #B8B8B8. Windows color (decimal): -4931674 or 10928052. OLE color: 10928052.

HSL color Cylindrical-coordinate representation of color #B4BFA6: hue angle of 86.4º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4BFA6 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 191 166 -
CMYK 0.06 0 0.13 0.25
HSL 86.4º 0.16% 0.7% -
HSV(B) 86.4º 0.13% 0.75% -
XYZ 44.34 49.72 43.34 -
YUV 184.86 117.36 124.53 -
System Red Green Blue C M Y K H S L
Decimal 180 191 166 0.06 0 0.13 0.25 86.4 0.16 0.7
Hex B4 BF A6 6 0 D 19 56 10 46
Octal 264 277 246 6 0 15 31 126 20 106
Binary 10110100 10111111 10100110 110 0 1101 11001 1010110 10000 1000110

Color Harmonies of #B4BFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BFA6

Black with #B4BFA6

Text Example


Text Example

White with #B4BFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BFA6; }

 p { color: rgb(180,191,166); }

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

background-color css

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

 a { background-color: rgb(180,191,166); }

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

border-color css

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

 span { border-color: rgb(180,191,166); }

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