Html Css Color HEX #BDAFA8 Martini

📋 copy color: '#BDAFA8'

red 189 ◦ green 175 ◦ blue 168

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

Shades of Martini #BDAFA8

Tints of Martini #BDAFA8

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.89%

 BLUE value IS 168 (66.02% from 255) = 31.58%

R = 35.53%
G = 32.89%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BDAFA8 (or 0xBDAFA8) is known color: Martini. HEX triplet: BD, AF and A8. RGB value is (189,175,168). Sum of RGB (Red+Green+Blue) = 189+175+168=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAFA8 is #425057. Grayscale: #B2B2B2. Windows color (decimal): -4345944 or 11055037. OLE color: 11055037.

HSL color Cylindrical-coordinate representation of color #BDAFA8: hue angle of 20º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDAFA8 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 175 168 -
CMYK 0 0.07 0.11 0.26
HSL 20º 0.14% 0.7% -
HSV(B) 20º 0.11% 0.74% -
XYZ 43.38 44.31 43.31 -
YUV 178.39 122.14 135.57 -
System Red Green Blue C M Y K H S L
Decimal 189 175 168 0 0.07 0.11 0.26 20 0.14 0.7
Hex BD AF A8 0 7 B 1A 14 E 46
Octal 275 257 250 0 7 13 32 24 16 106
Binary 10111101 10101111 10101000 0 111 1011 11010 10100 1110 1000110

Color Harmonies of #BDAFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAFA8

Black with #BDAFA8

Text Example


Text Example

White with #BDAFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAFA8; }

 p { color: rgb(189,175,168); }

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

background-color css

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

 a { background-color: rgb(189,175,168); }

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

border-color css

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

 span { border-color: rgb(189,175,168); }

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