Html Css Color HEX #B5AFAB Tide

📋 copy color: '#B5AFAB'

red 181 ◦ green 175 ◦ blue 171

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

Shades of Tide #B5AFAB

Tints of Tide #B5AFAB

RGB

 RED value IS 181 (71.09% from 255) = 34.35%

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

 BLUE value IS 171 (67.19% from 255) = 32.45%

R = 34.35%
G = 33.21%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B5AFAB (or 0xB5AFAB) is known color: Tide. HEX triplet: B5, AF and AB. RGB value is (181,175,171). Sum of RGB (Red+Green+Blue) = 181+175+171=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AFAB is #4A5054. Grayscale: #B0B0B0. Windows color (decimal): -4870229 or 11251637. OLE color: 11251637.

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

Color convert

RGB 181 175 171 -
CMYK 0 0.03 0.06 0.29
HSL 24º 0.06% 0.69% -
HSV(B) 24º 0.06% 0.71% -
XYZ 41.74 43.42 44.71 -
YUV 176.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 181 175 171 0 0.03 0.06 0.29 24 0.06 0.69
Hex B5 AF AB 0 3 6 1D 18 6 45
Octal 265 257 253 0 3 6 35 30 6 105
Binary 10110101 10101111 10101011 0 11 110 11101 11000 110 1000101

Color Harmonies of #B5AFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AFAB

Black with #B5AFAB

Text Example


Text Example

White with #B5AFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AFAB; }

 p { color: rgb(181,175,171); }

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

background-color css

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

 a { background-color: rgb(181,175,171); }

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

border-color css

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

 span { border-color: rgb(181,175,171); }

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