Html Css Color HEX #B2AABF French Grey

📋 copy color: '#B2AABF'

red 178 ◦ green 170 ◦ blue 191

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

Shades of French Grey #B2AABF

Tints of French Grey #B2AABF

RGB

 RED value IS 178 (69.92% from 255) = 33.02%

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

 BLUE value IS 191 (75% from 255) = 35.44%

R = 33.02%
G = 31.54%
B = 35.44%

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

#B2AABF (or 0xB2AABF) is known color: French Grey. HEX triplet: B2, AA and BF. RGB value is (178,170,191). Sum of RGB (Red+Green+Blue) = 178+170+191=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 191 - color contains mainly: blue. Hex color #B2AABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AABF is #4D5540. Grayscale: #AEAEAE. Windows color (decimal): -5068097 or 12561074. OLE color: 12561074.

HSL color Cylindrical-coordinate representation of color #B2AABF: hue angle of 262.86º degrees, saturation: 0.14, 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 #B2AABF is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 170 191 -
CMYK 0.07 0.11 0 0.25
HSL 262.86º 0.14% 0.71% -
HSV(B) 262.86º 0.11% 0.75% -
XYZ 42.14 41.98 55.17 -
YUV 174.79 137.15 130.29 -
System Red Green Blue C M Y K H S L
Decimal 178 170 191 0.07 0.11 0 0.25 262.86 0.14 0.71
Hex B2 AA BF 7 B 0 19 107 E 47
Octal 262 252 277 7 13 0 31 407 16 107
Binary 10110010 10101010 10111111 111 1011 0 11001 100000111 1110 1000111

Color Harmonies of #B2AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AABF

Black with #B2AABF

Text Example


Text Example

White with #B2AABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AABF; }

 p { color: rgb(178,170,191); }

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

background-color css

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

 a { background-color: rgb(178,170,191); }

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

border-color css

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

 span { border-color: rgb(178,170,191); }

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