Html Css Color HEX #BEAFAA Martini

📋 copy color: '#BEAFAA'

red 190 ◦ green 175 ◦ blue 170

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

Shades of Martini #BEAFAA

Tints of Martini #BEAFAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.78%

R = 35.51%
G = 32.71%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BEAFAA (or 0xBEAFAA) is known color: Martini. HEX triplet: BE, AF and AA. RGB value is (190,175,170). Sum of RGB (Red+Green+Blue) = 190+175+170=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAFAA is #415055. Grayscale: #B2B2B2. Windows color (decimal): -4280406 or 11186110. OLE color: 11186110.

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

Color convert

RGB 190 175 170 -
CMYK 0 0.08 0.11 0.25
HSL 15º 0.13% 0.71% -
HSV(B) 15º 0.11% 0.75% -
XYZ 43.82 44.51 44.31 -
YUV 178.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 190 175 170 0 0.08 0.11 0.25 15 0.13 0.71
Hex BE AF AA 0 8 B 19 F D 47
Octal 276 257 252 0 10 13 31 17 15 107
Binary 10111110 10101111 10101010 0 1000 1011 11001 1111 1101 1000111

Color Harmonies of #BEAFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAFAA

Black with #BEAFAA

Text Example


Text Example

White with #BEAFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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