Html Css Color HEX #B1AABB French Grey

📋 copy color: '#B1AABB'

red 177 ◦ green 170 ◦ blue 187

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

Shades of French Grey #B1AABB

Tints of French Grey #B1AABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.02%

R = 33.15%
G = 31.84%
B = 35.02%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B1AABB (or 0xB1AABB) is known color: French Grey. HEX triplet: B1, AA and BB. RGB value is (177,170,187). Sum of RGB (Red+Green+Blue) = 177+170+187=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 187 - color contains mainly: blue. Hex color #B1AABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AABB is #4E5544. Grayscale: #ADADAD. Windows color (decimal): -5133637 or 12298929. OLE color: 12298929.

HSL color Cylindrical-coordinate representation of color #B1AABB: hue angle of 264.71º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B1AABB is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 170 187 -
CMYK 0.05 0.09 0 0.27
HSL 264.71º 0.11% 0.7% -
HSV(B) 264.71º 0.09% 0.73% -
XYZ 41.48 41.68 52.87 -
YUV 174.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 177 170 187 0.05 0.09 0 0.27 264.71 0.11 0.7
Hex B1 AA BB 5 9 0 1B 109 B 46
Octal 261 252 273 5 11 0 33 411 13 106
Binary 10110001 10101010 10111011 101 1001 0 11011 100001001 1011 1000110

Color Harmonies of #B1AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AABB

Black with #B1AABB

Text Example


Text Example

White with #B1AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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