Html Css Color HEX #BCAEA8 Martini

📋 copy color: '#BCAEA8'

red 188 ◦ green 174 ◦ blue 168

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

Shades of Martini #BCAEA8

Tints of Martini #BCAEA8

RGB

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

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

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

R = 35.47%
G = 32.83%
B = 31.7%

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

#BCAEA8 (or 0xBCAEA8) is known color: Martini. HEX triplet: BC, AE and A8. RGB value is (188,174,168). Sum of RGB (Red+Green+Blue) = 188+174+168=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAEA8 is #435157. Grayscale: #B1B1B1. Windows color (decimal): -4411736 or 11054780. OLE color: 11054780.

HSL color Cylindrical-coordinate representation of color #BCAEA8: hue angle of 18º degrees, saturation: 0.13, 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 #BCAEA8 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 174 168 -
CMYK 0 0.07 0.11 0.26
HSL 18º 0.13% 0.7% -
HSV(B) 18º 0.11% 0.74% -
XYZ 42.94 43.79 43.23 -
YUV 177.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 188 174 168 0 0.07 0.11 0.26 18 0.13 0.7
Hex BC AE A8 0 7 B 1A 12 D 46
Octal 274 256 250 0 7 13 32 22 15 106
Binary 10111100 10101110 10101000 0 111 1011 11010 10010 1101 1000110

Color Harmonies of #BCAEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAEA8

Black with #BCAEA8

Text Example


Text Example

White with #BCAEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAEA8; }

 p { color: rgb(188,174,168); }

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

background-color css

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

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

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

border-color css

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

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

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