Html Css Color HEX #B1ABBB French Grey

📋 copy color: '#B1ABBB'

red 177 ◦ green 171 ◦ blue 187

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

Shades of French Grey #B1ABBB

Tints of French Grey #B1ABBB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.96%

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

R = 33.08%
G = 31.96%
B = 34.95%

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

#B1ABBB (or 0xB1ABBB) is known color: French Grey. HEX triplet: B1, AB and BB. RGB value is (177,171,187). Sum of RGB (Red+Green+Blue) = 177+171+187=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 187 - color contains mainly: blue. Hex color #B1ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABBB is #4E5444. Grayscale: #AEAEAE. Windows color (decimal): -5133381 or 12299185. OLE color: 12299185.

HSL color Cylindrical-coordinate representation of color #B1ABBB: hue angle of 262.5º 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 #B1ABBB is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 171 187 -
CMYK 0.05 0.09 0 0.27
HSL 262.5º 0.11% 0.7% -
HSV(B) 262.5º 0.09% 0.73% -
XYZ 41.66 42.06 52.94 -
YUV 174.62 134.99 129.7 -
System Red Green Blue C M Y K H S L
Decimal 177 171 187 0.05 0.09 0 0.27 262.5 0.11 0.7
Hex B1 AB BB 5 9 0 1B 106 B 46
Octal 261 253 273 5 11 0 33 406 13 106
Binary 10110001 10101011 10111011 101 1001 0 11011 100000110 1011 1000110

Color Harmonies of #B1ABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ABBB

Black with #B1ABBB

Text Example


Text Example

White with #B1ABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ABBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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