Html Css Color HEX #B2AFAD Tide

📋 copy color: '#B2AFAD'

red 178 ◦ green 175 ◦ blue 173

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

Shades of Tide #B2AFAD

Tints of Tide #B2AFAD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.27%

 BLUE value IS 173 (67.97% from 255) = 32.89%

R = 33.84%
G = 33.27%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B2AFAD (or 0xB2AFAD) is known color: Tide. HEX triplet: B2, AF and AD. RGB value is (178,175,173). Sum of RGB (Red+Green+Blue) = 178+175+173=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AFAD is #4D5052. Grayscale: #AFAFAF. Windows color (decimal): -5066835 or 11382706. OLE color: 11382706.

HSL color Cylindrical-coordinate representation of color #B2AFAD: hue angle of 24º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B2AFAD is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 175 173 -
CMYK 0 0.02 0.03 0.30
HSL 24º 0.03% 0.69% -
HSV(B) 24º 0.03% 0.7% -
XYZ 41.23 43.14 45.69 -
YUV 175.67 126.49 129.66 -
System Red Green Blue C M Y K H S L
Decimal 178 175 173 0 0.02 0.03 0.30 24 0.03 0.69
Hex B2 AF AD 0 2 3 1E 18 3 45
Octal 262 257 255 0 2 3 36 30 3 105
Binary 10110010 10101111 10101101 0 10 11 11110 11000 11 1000101

Color Harmonies of #B2AFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AFAD

Black with #B2AFAD

Text Example


Text Example

White with #B2AFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AFAD; }

 p { color: rgb(178,175,173); }

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

background-color css

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

 a { background-color: rgb(178,175,173); }

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

border-color css

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

 span { border-color: rgb(178,175,173); }

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