Html Css Color HEX #B1ACBA French Grey

📋 copy color: '#B1ACBA'

red 177 ◦ green 172 ◦ blue 186

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

Shades of French Grey #B1ACBA

Tints of French Grey #B1ACBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.77%

R = 33.08%
G = 32.15%
B = 34.77%

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

#B1ACBA (or 0xB1ACBA) is known color: French Grey. HEX triplet: B1, AC and BA. RGB value is (177,172,186). Sum of RGB (Red+Green+Blue) = 177+172+186=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 186 - color contains mainly: blue. Hex color #B1ACBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACBA is #4E5345. Grayscale: #AFAFAF. Windows color (decimal): -5133126 or 12233905. OLE color: 12233905.

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

Color convert

RGB 177 172 186 -
CMYK 0.05 0.08 0 0.27
HSL 261.43º 0.09% 0.7% -
HSV(B) 261.43º 0.08% 0.73% -
XYZ 41.75 42.4 52.44 -
YUV 175.09 134.16 129.36 -
System Red Green Blue C M Y K H S L
Decimal 177 172 186 0.05 0.08 0 0.27 261.43 0.09 0.7
Hex B1 AC BA 5 8 0 1B 105 9 46
Octal 261 254 272 5 10 0 33 405 11 106
Binary 10110001 10101100 10111010 101 1000 0 11011 100000101 1001 1000110

Color Harmonies of #B1ACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ACBA

Black with #B1ACBA

Text Example


Text Example

White with #B1ACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ACBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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