Html Css Color HEX #BEAFAB Martini

📋 copy color: '#BEAFAB'

red 190 ◦ green 175 ◦ blue 171

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

Shades of Martini #BEAFAB

Tints of Martini #BEAFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.9%

R = 35.45%
G = 32.65%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BEAFAB (or 0xBEAFAB) is known color: Martini. HEX triplet: BE, AF and AB. RGB value is (190,175,171). Sum of RGB (Red+Green+Blue) = 190+175+171=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAFAB is #415054. Grayscale: #B3B3B3. Windows color (decimal): -4280405 or 11251646. OLE color: 11251646.

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

Color convert

RGB 190 175 171 -
CMYK 0 0.08 0.10 0.25
HSL 12.63º 0.13% 0.71% -
HSV(B) 12.63º 0.1% 0.75% -
XYZ 43.92 44.55 44.81 -
YUV 179.03 123.47 135.83 -
System Red Green Blue C M Y K H S L
Decimal 190 175 171 0 0.08 0.10 0.25 12.63 0.13 0.71
Hex BE AF AB 0 8 A 19 D D 47
Octal 276 257 253 0 10 12 31 15 15 107
Binary 10111110 10101111 10101011 0 1000 1010 11001 1101 1101 1000111

Color Harmonies of #BEAFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAFAB

Black with #BEAFAB

Text Example


Text Example

White with #BEAFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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