Html Css Color HEX #BEA0A7 Careys Pink

📋 copy color: '#BEA0A7'

red 190 ◦ green 160 ◦ blue 167

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

Shades of Careys Pink #BEA0A7

Tints of Careys Pink #BEA0A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.3%

R = 36.75%
G = 30.95%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BEA0A7 (or 0xBEA0A7) is known color: Careys Pink. HEX triplet: BE, A0 and A7. RGB value is (190,160,167). Sum of RGB (Red+Green+Blue) = 190+160+167=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 167 (65.62% from 255 or 32.30% from 517); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA0A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA0A7 is #415F58. Grayscale: #A9A9A9. Windows color (decimal): -4284249 or 10985662. OLE color: 10985662.

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

Color convert

RGB 190 160 167 -
CMYK 0 0.16 0.12 0.25
HSL 346º 0.19% 0.69% -
HSV(B) 346º 0.16% 0.75% -
XYZ 40.78 38.88 41.91 -
YUV 169.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 190 160 167 0 0.16 0.12 0.25 346 0.19 0.69
Hex BE A0 A7 0 10 C 19 15A 13 45
Octal 276 240 247 0 20 14 31 532 23 105
Binary 10111110 10100000 10100111 0 10000 1100 11001 101011010 10011 1000101

Color Harmonies of #BEA0A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0A7

Black with #BEA0A7

Text Example


Text Example

White with #BEA0A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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