Html Css Color HEX #B2BBA8 Tasman

📋 copy color: '#B2BBA8'

red 178 ◦ green 187 ◦ blue 168

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

Shades of Tasman #B2BBA8

Tints of Tasman #B2BBA8

RGB

 RED value IS 178 (69.92% from 255) = 33.4%

 GREEN value IS 187 (73.44% from 255) = 35.08%

 BLUE value IS 168 (66.02% from 255) = 31.52%

R = 33.4%
G = 35.08%
B = 31.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B2BBA8 (or 0xB2BBA8) is known color: Tasman. HEX triplet: B2, BB and A8. RGB value is (178,187,168). Sum of RGB (Red+Green+Blue) = 178+187+168=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BBA8 is #4D4457. Grayscale: #B6B6B6. Windows color (decimal): -5063768 or 11058098. OLE color: 11058098.

HSL color Cylindrical-coordinate representation of color #B2BBA8: hue angle of 88.42º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2BBA8 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 187 168 -
CMYK 0.05 0 0.10 0.27
HSL 88.42º 0.12% 0.7% -
HSV(B) 88.42º 0.1% 0.73% -
XYZ 43.2 47.83 44 -
YUV 182.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 178 187 168 0.05 0 0.10 0.27 88.42 0.12 0.7
Hex B2 BB A8 5 0 A 1B 58 C 46
Octal 262 273 250 5 0 12 33 130 14 106
Binary 10110010 10111011 10101000 101 0 1010 11011 1011000 1100 1000110

Color Harmonies of #B2BBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BBA8

Black with #B2BBA8

Text Example


Text Example

White with #B2BBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BBA8; }

 p { color: rgb(178,187,168); }

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

background-color css

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

 a { background-color: rgb(178,187,168); }

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

border-color css

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

 span { border-color: rgb(178,187,168); }

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