Html Css Color HEX #BEA3AA Careys Pink

📋 copy color: '#BEA3AA'

red 190 ◦ green 163 ◦ blue 170

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

Shades of Careys Pink #BEA3AA

Tints of Careys Pink #BEA3AA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.17%

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

R = 36.33%
G = 31.17%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BEA3AA (or 0xBEA3AA) is known color: Careys Pink. HEX triplet: BE, A3 and AA. RGB value is (190,163,170). Sum of RGB (Red+Green+Blue) = 190+163+170=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA3AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA3AA is #415C55. Grayscale: #ABABAB. Windows color (decimal): -4283478 or 11183038. OLE color: 11183038.

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

Color convert

RGB 190 163 170 -
CMYK 0 0.14 0.11 0.25
HSL 344.44º 0.17% 0.69% -
HSV(B) 344.44º 0.14% 0.75% -
XYZ 41.59 40.04 43.57 -
YUV 171.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 190 163 170 0 0.14 0.11 0.25 344.44 0.17 0.69
Hex BE A3 AA 0 E B 19 158 11 45
Octal 276 243 252 0 16 13 31 530 21 105
Binary 10111110 10100011 10101010 0 1110 1011 11001 101011000 10001 1000101

Color Harmonies of #BEA3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA3AA

Black with #BEA3AA

Text Example


Text Example

White with #BEA3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA3AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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