Html Css Color HEX #B1ADBA French Grey

📋 copy color: '#B1ADBA'

red 177 ◦ green 173 ◦ blue 186

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

Shades of French Grey #B1ADBA

Tints of French Grey #B1ADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.28%

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

R = 33.02%
G = 32.28%
B = 34.7%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B1ADBA (or 0xB1ADBA) is known color: French Grey. HEX triplet: B1, AD and BA. RGB value is (177,173,186). Sum of RGB (Red+Green+Blue) = 177+173+186=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 186 - color contains mainly: blue. Hex color #B1ADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADBA is #4E5245. Grayscale: #AFAFAF. Windows color (decimal): -5132870 or 12234161. OLE color: 12234161.

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

Color convert

RGB 177 173 186 -
CMYK 0.05 0.07 0 0.27
HSL 258.46º 0.09% 0.7% -
HSV(B) 258.46º 0.07% 0.73% -
XYZ 41.94 42.78 52.5 -
YUV 175.68 133.83 128.94 -
System Red Green Blue C M Y K H S L
Decimal 177 173 186 0.05 0.07 0 0.27 258.46 0.09 0.7
Hex B1 AD BA 5 7 0 1B 102 9 46
Octal 261 255 272 5 7 0 33 402 11 106
Binary 10110001 10101101 10111010 101 111 0 11011 100000010 1001 1000110

Color Harmonies of #B1ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ADBA

Black with #B1ADBA

Text Example


Text Example

White with #B1ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ADBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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