Html Css Color HEX #B3ADBA French Grey

📋 copy color: '#B3ADBA'

red 179 ◦ green 173 ◦ blue 186

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

Shades of French Grey #B3ADBA

Tints of French Grey #B3ADBA

RGB

 RED value IS 179 (70.31% from 255) = 33.27%

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

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

R = 33.27%
G = 32.16%
B = 34.57%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B3ADBA (or 0xB3ADBA) is known color: French Grey. HEX triplet: B3, AD and BA. RGB value is (179,173,186). Sum of RGB (Red+Green+Blue) = 179+173+186=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 186 - color contains mainly: blue. Hex color #B3ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ADBA is #4C5245. Grayscale: #B0B0B0. Windows color (decimal): -5001798 or 12234163. OLE color: 12234163.

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

Color convert

RGB 179 173 186 -
CMYK 0.04 0.07 0 0.27
HSL 267.69º 0.09% 0.7% -
HSV(B) 267.69º 0.07% 0.73% -
XYZ 42.4 43.02 52.52 -
YUV 176.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 179 173 186 0.04 0.07 0 0.27 267.69 0.09 0.7
Hex B3 AD BA 4 7 0 1B 10C 9 46
Octal 263 255 272 4 7 0 33 414 11 106
Binary 10110011 10101101 10111010 100 111 0 11011 100001100 1001 1000110

Color Harmonies of #B3ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3ADBA

Black with #B3ADBA

Text Example


Text Example

White with #B3ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3ADBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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