Html Css Color HEX #B1ACBB French Grey

📋 copy color: '#B1ACBB'

red 177 ◦ green 172 ◦ blue 187

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

Shades of French Grey #B1ACBB

Tints of French Grey #B1ACBB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.09%

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

R = 33.02%
G = 32.09%
B = 34.89%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B1ACBB (or 0xB1ACBB) is known color: French Grey. HEX triplet: B1, AC and BB. RGB value is (177,172,187). Sum of RGB (Red+Green+Blue) = 177+172+187=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 187 - color contains mainly: blue. Hex color #B1ACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACBB is #4E5344. Grayscale: #AFAFAF. Windows color (decimal): -5133125 or 12299441. OLE color: 12299441.

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

Color convert

RGB 177 172 187 -
CMYK 0.05 0.08 0 0.27
HSL 260º 0.1% 0.7% -
HSV(B) 260º 0.08% 0.73% -
XYZ 41.85 42.44 53 -
YUV 175.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 177 172 187 0.05 0.08 0 0.27 260 0.1 0.7
Hex B1 AC BB 5 8 0 1B 104 A 46
Octal 261 254 273 5 10 0 33 404 12 106
Binary 10110001 10101100 10111011 101 1000 0 11011 100000100 1010 1000110

Color Harmonies of #B1ACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ACBB

Black with #B1ACBB

Text Example


Text Example

White with #B1ACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ACBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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