Html Css Color HEX #BEA2A7 Careys Pink

📋 copy color: '#BEA2A7'

red 190 ◦ green 162 ◦ blue 167

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

Shades of Careys Pink #BEA2A7

Tints of Careys Pink #BEA2A7

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.21%

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

R = 36.61%
G = 31.21%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BEA2A7 (or 0xBEA2A7) is known color: Careys Pink. HEX triplet: BE, A2 and A7. RGB value is (190,162,167). Sum of RGB (Red+Green+Blue) = 190+162+167=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 167 (65.62% from 255 or 32.18% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA2A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA2A7 is #415D58. Grayscale: #AAAAAA. Windows color (decimal): -4283737 or 10986174. OLE color: 10986174.

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

Color convert

RGB 190 162 167 -
CMYK 0 0.15 0.12 0.25
HSL 349.29º 0.18% 0.69% -
HSV(B) 349.29º 0.15% 0.75% -
XYZ 41.13 39.58 42.03 -
YUV 170.94 125.78 141.59 -
System Red Green Blue C M Y K H S L
Decimal 190 162 167 0 0.15 0.12 0.25 349.29 0.18 0.69
Hex BE A2 A7 0 F C 19 15D 12 45
Octal 276 242 247 0 17 14 31 535 22 105
Binary 10111110 10100010 10100111 0 1111 1100 11001 101011101 10010 1000101

Color Harmonies of #BEA2A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA2A7

Black with #BEA2A7

Text Example


Text Example

White with #BEA2A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA2A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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