Html Css Color HEX #BEA0A2 Careys Pink

📋 copy color: '#BEA0A2'

red 190 ◦ green 160 ◦ blue 162

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

Shades of Careys Pink #BEA0A2

Tints of Careys Pink #BEA0A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.64%

R = 37.11%
G = 31.25%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BEA0A2 (or 0xBEA0A2) is known color: Careys Pink. HEX triplet: BE, A0 and A2. RGB value is (190,160,162). Sum of RGB (Red+Green+Blue) = 190+160+162=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA0A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA0A2 is #415F5D. Grayscale: #A9A9A9. Windows color (decimal): -4284254 or 10657982. OLE color: 10657982.

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

Color convert

RGB 190 160 162 -
CMYK 0 0.16 0.15 0.25
HSL 356º 0.19% 0.69% -
HSV(B) 356º 0.16% 0.75% -
XYZ 40.33 38.7 39.53 -
YUV 169.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 190 160 162 0 0.16 0.15 0.25 356 0.19 0.69
Hex BE A0 A2 0 10 F 19 164 13 45
Octal 276 240 242 0 20 17 31 544 23 105
Binary 10111110 10100000 10100010 0 10000 1111 11001 101100100 10011 1000101

Color Harmonies of #BEA0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0A2

Black with #BEA0A2

Text Example


Text Example

White with #BEA0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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