Html Css Color HEX #B0AEAE Dark Gray

📋 copy color: '#B0AEAE'

red 176 ◦ green 174 ◦ blue 174

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

Shades of Dark Gray #B0AEAE

Tints of Dark Gray #B0AEAE

RGB

 RED value IS 176 (69.14% from 255) = 33.59%

 GREEN value IS 174 (68.36% from 255) = 33.21%

 BLUE value IS 174 (68.36% from 255) = 33.21%

R = 33.59%
G = 33.21%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B0AEAE (or 0xB0AEAE) is known color: Dark Gray. HEX triplet: B0, AE and AE. RGB value is (176,174,174). Sum of RGB (Red+Green+Blue) = 176+174+174=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AEAE is #4F5151. Grayscale: #AEAEAE. Windows color (decimal): -5198162 or 11447984. OLE color: 11447984.

HSL color Cylindrical-coordinate representation of color #B0AEAE: hue angle of 0º degrees, saturation: 0.01, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #B0AEAE is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 174 174 -
CMYK 0 0.01 0.01 0.31
HSL 0.01% 0.69% -
HSV(B) 0.01% 0.69% -
XYZ 40.68 42.56 46.11 -
YUV 174.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 176 174 174 0 0.01 0.01 0.31 0 0.01 0.69
Hex B0 AE AE 0 1 1 1F 0 1 45
Octal 260 256 256 0 1 1 37 0 1 105
Binary 10110000 10101110 10101110 0 1 1 11111 0 1 1000101

Color Harmonies of #B0AEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AEAE

Black with #B0AEAE

Text Example


Text Example

White with #B0AEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AEAE; }

 p { color: rgb(176,174,174); }

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

background-color css

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

 a { background-color: rgb(176,174,174); }

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

border-color css

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

 span { border-color: rgb(176,174,174); }

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