Html Css Color HEX #B5AAC4 French Grey

📋 copy color: '#B5AAC4'

red 181 ◦ green 170 ◦ blue 196

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

Shades of French Grey #B5AAC4

Tints of French Grey #B5AAC4

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.08%

 BLUE value IS 196 (76.95% from 255) = 35.83%

R = 33.09%
G = 31.08%
B = 35.83%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B5AAC4 (or 0xB5AAC4) is known color: French Grey. HEX triplet: B5, AA and C4. RGB value is (181,170,196). Sum of RGB (Red+Green+Blue) = 181+170+196=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 196 - color contains mainly: blue. Hex color #B5AAC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AAC4 is #4A553B. Grayscale: #B0B0B0. Windows color (decimal): -4871484 or 12888757. OLE color: 12888757.

HSL color Cylindrical-coordinate representation of color #B5AAC4: hue angle of 265.38º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5AAC4 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 181 170 196 -
CMYK 0.08 0.13 0 0.23
HSL 265.38º 0.18% 0.72% -
HSV(B) 265.38º 0.13% 0.77% -
XYZ 43.39 42.56 58.15 -
YUV 176.25 139.14 131.39 -
System Red Green Blue C M Y K H S L
Decimal 181 170 196 0.08 0.13 0 0.23 265.38 0.18 0.72
Hex B5 AA C4 8 D 0 17 109 12 48
Octal 265 252 304 10 15 0 27 411 22 110
Binary 10110101 10101010 11000100 1000 1101 0 10111 100001001 10010 1001000

Color Harmonies of #B5AAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AAC4

Black with #B5AAC4

Text Example


Text Example

White with #B5AAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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