Html Css Color HEX #BBACA5 Martini

📋 copy color: '#BBACA5'

red 187 ◦ green 172 ◦ blue 165

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

Shades of Martini #BBACA5

Tints of Martini #BBACA5

RGB

 RED value IS 187 (73.44% from 255) = 35.69%

 GREEN value IS 172 (67.58% from 255) = 32.82%

 BLUE value IS 165 (64.84% from 255) = 31.49%

R = 35.69%
G = 32.82%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BBACA5 (or 0xBBACA5) is known color: Martini. HEX triplet: BB, AC and A5. RGB value is (187,172,165). Sum of RGB (Red+Green+Blue) = 187+172+165=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBACA5 is #44535A. Grayscale: #AFAFAF. Windows color (decimal): -4477787 or 10857659. OLE color: 10857659.

HSL color Cylindrical-coordinate representation of color #BBACA5: hue angle of 19.09º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBACA5 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 172 165 -
CMYK 0 0.08 0.12 0.27
HSL 19.09º 0.14% 0.69% -
HSV(B) 19.09º 0.12% 0.73% -
XYZ 42.04 42.79 41.64 -
YUV 175.69 121.97 136.07 -
System Red Green Blue C M Y K H S L
Decimal 187 172 165 0 0.08 0.12 0.27 19.09 0.14 0.69
Hex BB AC A5 0 8 C 1B 13 E 45
Octal 273 254 245 0 10 14 33 23 16 105
Binary 10111011 10101100 10100101 0 1000 1100 11011 10011 1110 1000101

Color Harmonies of #BBACA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACA5

Black with #BBACA5

Text Example


Text Example

White with #BBACA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACA5; }

 p { color: rgb(187,172,165); }

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

background-color css

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

 a { background-color: rgb(187,172,165); }

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

border-color css

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

 span { border-color: rgb(187,172,165); }

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