Html Css Color HEX #B5AFAA Tide

📋 copy color: '#B5AFAA'

red 181 ◦ green 175 ◦ blue 170

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

Shades of Tide #B5AFAA

Tints of Tide #B5AFAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.32%

R = 34.41%
G = 33.27%
B = 32.32%

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

#B5AFAA (or 0xB5AFAA) is known color: Tide. HEX triplet: B5, AF and AA. RGB value is (181,175,170). Sum of RGB (Red+Green+Blue) = 181+175+170=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AFAA is #4A5055. Grayscale: #B0B0B0. Windows color (decimal): -4870230 or 11186101. OLE color: 11186101.

HSL color Cylindrical-coordinate representation of color #B5AFAA: hue angle of 27.27º degrees, saturation: 0.07, 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 #B5AFAA is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 175 170 -
CMYK 0 0.03 0.06 0.29
HSL 27.27º 0.07% 0.69% -
HSV(B) 27.27º 0.06% 0.71% -
XYZ 41.64 43.39 44.21 -
YUV 176.22 124.49 131.41 -
System Red Green Blue C M Y K H S L
Decimal 181 175 170 0 0.03 0.06 0.29 27.27 0.07 0.69
Hex B5 AF AA 0 3 6 1D 1B 7 45
Octal 265 257 252 0 3 6 35 33 7 105
Binary 10110101 10101111 10101010 0 11 110 11101 11011 111 1000101

Color Harmonies of #B5AFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AFAA

Black with #B5AFAA

Text Example


Text Example

White with #B5AFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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