Html Css Color HEX #BDABB8 Maverick

📋 copy color: '#BDABB8'

red 189 ◦ green 171 ◦ blue 184

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

Shades of Maverick #BDABB8

Tints of Maverick #BDABB8

RGB

 RED value IS 189 (74.22% from 255) = 34.74%

 GREEN value IS 171 (67.19% from 255) = 31.43%

 BLUE value IS 184 (72.27% from 255) = 33.82%

R = 34.74%
G = 31.43%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BDABB8 (or 0xBDABB8) is known color: Maverick. HEX triplet: BD, AB and B8. RGB value is (189,171,184). Sum of RGB (Red+Green+Blue) = 189+171+184=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 184 (72.27% from 255 or 33.82% from 544); Max value from RGB is 189 - color contains mainly: red. Hex color #BDABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABB8 is #425447. Grayscale: #B1B1B1. Windows color (decimal): -4346952 or 12102589. OLE color: 12102589.

HSL color Cylindrical-coordinate representation of color #BDABB8: hue angle of 316.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDABB8 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 171 184 -
CMYK 0 0.10 0.03 0.26
HSL 316.67º 0.12% 0.71% -
HSV(B) 316.67º 0.1% 0.74% -
XYZ 44.2 43.41 51.4 -
YUV 177.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 189 171 184 0 0.10 0.03 0.26 316.67 0.12 0.71
Hex BD AB B8 0 A 3 1A 13D C 47
Octal 275 253 270 0 12 3 32 475 14 107
Binary 10111101 10101011 10111000 0 1010 11 11010 100111101 1100 1000111

Color Harmonies of #BDABB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDABB8

Black with #BDABB8

Text Example


Text Example

White with #BDABB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDABB8; }

 p { color: rgb(189,171,184); }

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

background-color css

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

 a { background-color: rgb(189,171,184); }

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

border-color css

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

 span { border-color: rgb(189,171,184); }

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