Html Css Color HEX #B1AABD French Grey

📋 copy color: '#B1AABD'

red 177 ◦ green 170 ◦ blue 189

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

Shades of French Grey #B1AABD

Tints of French Grey #B1AABD

RGB

 RED value IS 177 (69.53% from 255) = 33.02%

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

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

R = 33.02%
G = 31.72%
B = 35.26%

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

#B1AABD (or 0xB1AABD) is known color: French Grey. HEX triplet: B1, AA and BD. RGB value is (177,170,189). Sum of RGB (Red+Green+Blue) = 177+170+189=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 189 - color contains mainly: blue. Hex color #B1AABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AABD is #4E5542. Grayscale: #AEAEAE. Windows color (decimal): -5133635 or 12430001. OLE color: 12430001.

HSL color Cylindrical-coordinate representation of color #B1AABD: hue angle of 262.11º 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 #B1AABD is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 170 189 -
CMYK 0.06 0.10 0 0.26
HSL 262.11º 0.13% 0.7% -
HSV(B) 262.11º 0.1% 0.74% -
XYZ 41.69 41.77 54.01 -
YUV 174.26 136.32 129.96 -
System Red Green Blue C M Y K H S L
Decimal 177 170 189 0.06 0.10 0 0.26 262.11 0.13 0.7
Hex B1 AA BD 6 A 0 1A 106 D 46
Octal 261 252 275 6 12 0 32 406 15 106
Binary 10110001 10101010 10111101 110 1010 0 11010 100000110 1101 1000110

Color Harmonies of #B1AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AABD

Black with #B1AABD

Text Example


Text Example

White with #B1AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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