Html Css Color HEX #B5AAC3 French Grey

📋 copy color: '#B5AAC3'

red 181 ◦ green 170 ◦ blue 195

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

Shades of French Grey #B5AAC3

Tints of French Grey #B5AAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.71%

R = 33.15%
G = 31.14%
B = 35.71%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B5AAC3 (or 0xB5AAC3) is known color: French Grey. HEX triplet: B5, AA and C3. RGB value is (181,170,195). Sum of RGB (Red+Green+Blue) = 181+170+195=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 195 (76.56% from 255 or 35.71% from 546); Max value from RGB is 195 - color contains mainly: blue. Hex color #B5AAC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AAC3 is #4A553C. Grayscale: #B0B0B0. Windows color (decimal): -4871485 or 12823221. OLE color: 12823221.

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

Color convert

RGB 181 170 195 -
CMYK 0.07 0.13 0 0.24
HSL 266.4º 0.17% 0.72% -
HSV(B) 266.4º 0.13% 0.76% -
XYZ 43.28 42.51 57.55 -
YUV 176.14 138.64 131.47 -
System Red Green Blue C M Y K H S L
Decimal 181 170 195 0.07 0.13 0 0.24 266.4 0.17 0.72
Hex B5 AA C3 7 D 0 18 10A 11 48
Octal 265 252 303 7 15 0 30 412 21 110
Binary 10110101 10101010 11000011 111 1101 0 11000 100001010 10001 1001000

Color Harmonies of #B5AAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AAC3

Black with #B5AAC3

Text Example


Text Example

White with #B5AAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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