Html Css Color HEX #BEA1AA Careys Pink

📋 copy color: '#BEA1AA'

red 190 ◦ green 161 ◦ blue 170

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

Shades of Careys Pink #BEA1AA

Tints of Careys Pink #BEA1AA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.9%

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

R = 36.47%
G = 30.9%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BEA1AA (or 0xBEA1AA) is known color: Careys Pink. HEX triplet: BE, A1 and AA. RGB value is (190,161,170). Sum of RGB (Red+Green+Blue) = 190+161+170=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA1AA is #415E55. Grayscale: #AAAAAA. Windows color (decimal): -4283990 or 11182526. OLE color: 11182526.

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

Color convert

RGB 190 161 170 -
CMYK 0 0.15 0.11 0.25
HSL 341.38º 0.18% 0.69% -
HSV(B) 341.38º 0.15% 0.75% -
XYZ 41.24 39.34 43.45 -
YUV 170.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 190 161 170 0 0.15 0.11 0.25 341.38 0.18 0.69
Hex BE A1 AA 0 F B 19 155 12 45
Octal 276 241 252 0 17 13 31 525 22 105
Binary 10111110 10100001 10101010 0 1111 1011 11001 101010101 10010 1000101

Color Harmonies of #BEA1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA1AA

Black with #BEA1AA

Text Example


Text Example

White with #BEA1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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