Html Css Color HEX #B2BDA5 Tasman

📋 copy color: '#B2BDA5'

red 178 ◦ green 189 ◦ blue 165

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

Shades of Tasman #B2BDA5

Tints of Tasman #B2BDA5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.53%

 BLUE value IS 165 (64.84% from 255) = 31.02%

R = 33.46%
G = 35.53%
B = 31.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#B2BDA5 (or 0xB2BDA5) is known color: Tasman. HEX triplet: B2, BD and A5. RGB value is (178,189,165). Sum of RGB (Red+Green+Blue) = 178+189+165=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BDA5 is #4D425A. Grayscale: #B7B7B7. Windows color (decimal): -5063259 or 10862002. OLE color: 10862002.

HSL color Cylindrical-coordinate representation of color #B2BDA5: hue angle of 87.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2BDA5 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 189 165 -
CMYK 0.06 0 0.13 0.26
HSL 87.5º 0.15% 0.69% -
HSV(B) 87.5º 0.13% 0.74% -
XYZ 43.35 48.58 42.69 -
YUV 182.98 117.86 124.45 -
System Red Green Blue C M Y K H S L
Decimal 178 189 165 0.06 0 0.13 0.26 87.5 0.15 0.69
Hex B2 BD A5 6 0 D 1A 57 F 45
Octal 262 275 245 6 0 15 32 127 17 105
Binary 10110010 10111101 10100101 110 0 1101 11010 1010111 1111 1000101

Color Harmonies of #B2BDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BDA5

Black with #B2BDA5

Text Example


Text Example

White with #B2BDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BDA5; }

 p { color: rgb(178,189,165); }

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

background-color css

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

 a { background-color: rgb(178,189,165); }

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

border-color css

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

 span { border-color: rgb(178,189,165); }

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