Html Css Color HEX #BEA0A5 Careys Pink

📋 copy color: '#BEA0A5'

red 190 ◦ green 160 ◦ blue 165

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

Shades of Careys Pink #BEA0A5

Tints of Careys Pink #BEA0A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.04%

R = 36.89%
G = 31.07%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BEA0A5 (or 0xBEA0A5) is known color: Careys Pink. HEX triplet: BE, A0 and A5. RGB value is (190,160,165). Sum of RGB (Red+Green+Blue) = 190+160+165=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA0A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA0A5 is #415F5A. Grayscale: #A9A9A9. Windows color (decimal): -4284251 or 10854590. OLE color: 10854590.

HSL color Cylindrical-coordinate representation of color #BEA0A5: hue angle of 350º 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 #BEA0A5 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 160 165 -
CMYK 0 0.16 0.13 0.25
HSL 350º 0.19% 0.69% -
HSV(B) 350º 0.16% 0.75% -
XYZ 40.6 38.81 40.95 -
YUV 169.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 190 160 165 0 0.16 0.13 0.25 350 0.19 0.69
Hex BE A0 A5 0 10 D 19 15E 13 45
Octal 276 240 245 0 20 15 31 536 23 105
Binary 10111110 10100000 10100101 0 10000 1101 11001 101011110 10011 1000101

Color Harmonies of #BEA0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0A5

Black with #BEA0A5

Text Example


Text Example

White with #BEA0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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