Html Css Color HEX #BEA1A7 Careys Pink

📋 copy color: '#BEA1A7'

red 190 ◦ green 161 ◦ blue 167

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

Shades of Careys Pink #BEA1A7

Tints of Careys Pink #BEA1A7

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.08%

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

R = 36.68%
G = 31.08%
B = 32.24%

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

#BEA1A7 (or 0xBEA1A7) is known color: Careys Pink. HEX triplet: BE, A1 and A7. RGB value is (190,161,167). Sum of RGB (Red+Green+Blue) = 190+161+167=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA1A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA1A7 is #415E58. Grayscale: #AAAAAA. Windows color (decimal): -4283993 or 10985918. OLE color: 10985918.

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

Color convert

RGB 190 161 167 -
CMYK 0 0.15 0.12 0.25
HSL 347.59º 0.18% 0.69% -
HSV(B) 347.59º 0.15% 0.75% -
XYZ 40.96 39.23 41.97 -
YUV 170.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 190 161 167 0 0.15 0.12 0.25 347.59 0.18 0.69
Hex BE A1 A7 0 F C 19 15C 12 45
Octal 276 241 247 0 17 14 31 534 22 105
Binary 10111110 10100001 10100111 0 1111 1100 11001 101011100 10010 1000101

Color Harmonies of #BEA1A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA1A7

Black with #BEA1A7

Text Example


Text Example

White with #BEA1A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA1A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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