Html Css Color HEX #B2AABD French Grey

📋 copy color: '#B2AABD'

red 178 ◦ green 170 ◦ blue 189

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

Shades of French Grey #B2AABD

Tints of French Grey #B2AABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.2%

R = 33.15%
G = 31.66%
B = 35.2%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B2AABD (or 0xB2AABD) is known color: French Grey. HEX triplet: B2, AA and BD. RGB value is (178,170,189). Sum of RGB (Red+Green+Blue) = 178+170+189=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 189 - color contains mainly: blue. Hex color #B2AABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AABD is #4D5542. Grayscale: #AEAEAE. Windows color (decimal): -5068099 or 12430002. OLE color: 12430002.

HSL color Cylindrical-coordinate representation of color #B2AABD: hue angle of 265.26º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2AABD is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 170 189 -
CMYK 0.06 0.10 0 0.26
HSL 265.26º 0.13% 0.7% -
HSV(B) 265.26º 0.1% 0.74% -
XYZ 41.92 41.89 54.02 -
YUV 174.56 136.15 130.46 -
System Red Green Blue C M Y K H S L
Decimal 178 170 189 0.06 0.10 0 0.26 265.26 0.13 0.7
Hex B2 AA BD 6 A 0 1A 109 D 46
Octal 262 252 275 6 12 0 32 411 15 106
Binary 10110010 10101010 10111101 110 1010 0 11010 100001001 1101 1000110

Color Harmonies of #B2AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AABD

Black with #B2AABD

Text Example


Text Example

White with #B2AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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