Html Css Color HEX #B3AAC0 French Grey

📋 copy color: '#B3AAC0'

red 179 ◦ green 170 ◦ blue 192

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

Shades of French Grey #B3AAC0

Tints of French Grey #B3AAC0

RGB

 RED value IS 179 (70.31% from 255) = 33.09%

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

 BLUE value IS 192 (75.39% from 255) = 35.49%

R = 33.09%
G = 31.42%
B = 35.49%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B3AAC0 (or 0xB3AAC0) is known color: French Grey. HEX triplet: B3, AA and C0. RGB value is (179,170,192). Sum of RGB (Red+Green+Blue) = 179+170+192=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 192 - color contains mainly: blue. Hex color #B3AAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AAC0 is #4C553F. Grayscale: #AFAFAF. Windows color (decimal): -5002560 or 12626611. OLE color: 12626611.

HSL color Cylindrical-coordinate representation of color #B3AAC0: hue angle of 264.55º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3AAC0 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 170 192 -
CMYK 0.07 0.11 0 0.25
HSL 264.55º 0.15% 0.71% -
HSV(B) 264.55º 0.11% 0.75% -
XYZ 42.48 42.14 55.76 -
YUV 175.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 179 170 192 0.07 0.11 0 0.25 264.55 0.15 0.71
Hex B3 AA C0 7 B 0 19 109 F 47
Octal 263 252 300 7 13 0 31 411 17 107
Binary 10110011 10101010 11000000 111 1011 0 11001 100001001 1111 1000111

Color Harmonies of #B3AAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AAC0

Black with #B3AAC0

Text Example


Text Example

White with #B3AAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AAC0; }

 p { color: rgb(179,170,192); }

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

background-color css

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

 a { background-color: rgb(179,170,192); }

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

border-color css

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

 span { border-color: rgb(179,170,192); }

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