Html Css Color HEX #BDB2AE Martini

📋 copy color: '#BDB2AE'

red 189 ◦ green 178 ◦ blue 174

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

Shades of Martini #BDB2AE

Tints of Martini #BDB2AE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.9%

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

R = 34.94%
G = 32.9%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BDB2AE (or 0xBDB2AE) is known color: Martini. HEX triplet: BD, B2 and AE. RGB value is (189,178,174). Sum of RGB (Red+Green+Blue) = 189+178+174=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB2AE is #424D51. Grayscale: #B4B4B4. Windows color (decimal): -4345170 or 11449021. OLE color: 11449021.

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

Color convert

RGB 189 178 174 -
CMYK 0 0.06 0.08 0.26
HSL 16º 0.1% 0.71% -
HSV(B) 16º 0.08% 0.74% -
XYZ 44.55 45.72 46.52 -
YUV 180.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 189 178 174 0 0.06 0.08 0.26 16 0.1 0.71
Hex BD B2 AE 0 6 8 1A 10 A 47
Octal 275 262 256 0 6 10 32 20 12 107
Binary 10111101 10110010 10101110 0 110 1000 11010 10000 1010 1000111

Color Harmonies of #BDB2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB2AE

Black with #BDB2AE

Text Example


Text Example

White with #BDB2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB2AE; }

 p { color: rgb(189,178,174); }

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

background-color css

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

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

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

border-color css

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

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

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