Html Css Color HEX #BEA0A9 Careys Pink

📋 copy color: '#BEA0A9'

red 190 ◦ green 160 ◦ blue 169

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

Shades of Careys Pink #BEA0A9

Tints of Careys Pink #BEA0A9

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.83%

 BLUE value IS 169 (66.41% from 255) = 32.56%

R = 36.61%
G = 30.83%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BEA0A9 (or 0xBEA0A9) is known color: Careys Pink. HEX triplet: BE, A0 and A9. RGB value is (190,160,169). Sum of RGB (Red+Green+Blue) = 190+160+169=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 169 (66.41% from 255 or 32.56% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA0A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA0A9 is #415F56. Grayscale: #A9A9A9. Windows color (decimal): -4284247 or 11116734. OLE color: 11116734.

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

Color convert

RGB 190 160 169 -
CMYK 0 0.16 0.11 0.25
HSL 342º 0.19% 0.69% -
HSV(B) 342º 0.16% 0.75% -
XYZ 40.97 38.95 42.9 -
YUV 170 127.44 142.27 -
System Red Green Blue C M Y K H S L
Decimal 190 160 169 0 0.16 0.11 0.25 342 0.19 0.69
Hex BE A0 A9 0 10 B 19 156 13 45
Octal 276 240 251 0 20 13 31 526 23 105
Binary 10111110 10100000 10101001 0 10000 1011 11001 101010110 10011 1000101

Color Harmonies of #BEA0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0A9

Black with #BEA0A9

Text Example


Text Example

White with #BEA0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0A9; }

 p { color: rgb(190,160,169); }

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

background-color css

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

 a { background-color: rgb(190,160,169); }

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

border-color css

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

 span { border-color: rgb(190,160,169); }

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