Html Css Color HEX #BCAFA9 Martini

📋 copy color: '#BCAFA9'

red 188 ◦ green 175 ◦ blue 169

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

Shades of Martini #BCAFA9

Tints of Martini #BCAFA9

RGB

 RED value IS 188 (73.83% from 255) = 35.34%

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

 BLUE value IS 169 (66.41% from 255) = 31.77%

R = 35.34%
G = 32.89%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BCAFA9 (or 0xBCAFA9) is known color: Martini. HEX triplet: BC, AF and A9. RGB value is (188,175,169). Sum of RGB (Red+Green+Blue) = 188+175+169=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 169 (66.41% from 255 or 31.77% from 532); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAFA9 is #435056. Grayscale: #B2B2B2. Windows color (decimal): -4411479 or 11120572. OLE color: 11120572.

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

Color convert

RGB 188 175 169 -
CMYK 0 0.07 0.10 0.26
HSL 18.95º 0.12% 0.7% -
HSV(B) 18.95º 0.1% 0.74% -
XYZ 43.23 44.22 43.79 -
YUV 178.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 188 175 169 0 0.07 0.10 0.26 18.95 0.12 0.7
Hex BC AF A9 0 7 A 1A 13 C 46
Octal 274 257 251 0 7 12 32 23 14 106
Binary 10111100 10101111 10101001 0 111 1010 11010 10011 1100 1000110

Color Harmonies of #BCAFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFA9

Black with #BCAFA9

Text Example


Text Example

White with #BCAFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAFA9; }

 p { color: rgb(188,175,169); }

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

background-color css

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

 a { background-color: rgb(188,175,169); }

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

border-color css

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

 span { border-color: rgb(188,175,169); }

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