Html Css Color HEX #B5AAC2 French Grey

📋 copy color: '#B5AAC2'

red 181 ◦ green 170 ◦ blue 194

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

Shades of French Grey #B5AAC2

Tints of French Grey #B5AAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.6%

R = 33.21%
G = 31.19%
B = 35.6%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B5AAC2 (or 0xB5AAC2) is known color: French Grey. HEX triplet: B5, AA and C2. RGB value is (181,170,194). Sum of RGB (Red+Green+Blue) = 181+170+194=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 194 - color contains mainly: blue. Hex color #B5AAC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AAC2 is #4A553D. Grayscale: #AFAFAF. Windows color (decimal): -4871486 or 12757685. OLE color: 12757685.

HSL color Cylindrical-coordinate representation of color #B5AAC2: hue angle of 267.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5AAC2 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 170 194 -
CMYK 0.07 0.12 0 0.24
HSL 267.5º 0.16% 0.71% -
HSV(B) 267.5º 0.12% 0.76% -
XYZ 43.17 42.47 56.96 -
YUV 176.03 138.14 131.55 -
System Red Green Blue C M Y K H S L
Decimal 181 170 194 0.07 0.12 0 0.24 267.5 0.16 0.71
Hex B5 AA C2 7 C 0 18 10C 10 47
Octal 265 252 302 7 14 0 30 414 20 107
Binary 10110101 10101010 11000010 111 1100 0 11000 100001100 10000 1000111

Color Harmonies of #B5AAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AAC2

Black with #B5AAC2

Text Example


Text Example

White with #B5AAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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