Html Css Color HEX #B1AABC French Grey

📋 copy color: '#B1AABC'

red 177 ◦ green 170 ◦ blue 188

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

Shades of French Grey #B1AABC

Tints of French Grey #B1AABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.14%

R = 33.08%
G = 31.78%
B = 35.14%

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

#B1AABC (or 0xB1AABC) is known color: French Grey. HEX triplet: B1, AA and BC. RGB value is (177,170,188). Sum of RGB (Red+Green+Blue) = 177+170+188=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 188 - color contains mainly: blue. Hex color #B1AABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AABC is #4E5543. Grayscale: #AEAEAE. Windows color (decimal): -5133636 or 12364465. OLE color: 12364465.

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

Color convert

RGB 177 170 188 -
CMYK 0.06 0.10 0 0.26
HSL 263.33º 0.12% 0.7% -
HSV(B) 263.33º 0.1% 0.74% -
XYZ 41.58 41.73 53.44 -
YUV 174.15 135.82 130.04 -
System Red Green Blue C M Y K H S L
Decimal 177 170 188 0.06 0.10 0 0.26 263.33 0.12 0.7
Hex B1 AA BC 6 A 0 1A 107 C 46
Octal 261 252 274 6 12 0 32 407 14 106
Binary 10110001 10101010 10111100 110 1010 0 11010 100000111 1100 1000110

Color Harmonies of #B1AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AABC

Black with #B1AABC

Text Example


Text Example

White with #B1AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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