Html Css Color HEX #BEAFA8 Martini

📋 copy color: '#BEAFA8'

red 190 ◦ green 175 ◦ blue 168

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

Shades of Martini #BEAFA8

Tints of Martini #BEAFA8

RGB

 RED value IS 190 (74.61% from 255) = 35.65%

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

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

R = 35.65%
G = 32.83%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BEAFA8 (or 0xBEAFA8) is known color: Martini. HEX triplet: BE, AF and A8. RGB value is (190,175,168). Sum of RGB (Red+Green+Blue) = 190+175+168=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAFA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAFA8 is #415057. Grayscale: #B2B2B2. Windows color (decimal): -4280408 or 11055038. OLE color: 11055038.

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

Color convert

RGB 190 175 168 -
CMYK 0 0.08 0.12 0.25
HSL 19.09º 0.14% 0.7% -
HSV(B) 19.09º 0.12% 0.75% -
XYZ 43.63 44.43 43.32 -
YUV 178.69 121.97 136.07 -
System Red Green Blue C M Y K H S L
Decimal 190 175 168 0 0.08 0.12 0.25 19.09 0.14 0.7
Hex BE AF A8 0 8 C 19 13 E 46
Octal 276 257 250 0 10 14 31 23 16 106
Binary 10111110 10101111 10101000 0 1000 1100 11001 10011 1110 1000110

Color Harmonies of #BEAFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAFA8

Black with #BEAFA8

Text Example


Text Example

White with #BEAFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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