Html Css Color HEX #BEA2A5 Careys Pink

📋 copy color: '#BEA2A5'

red 190 ◦ green 162 ◦ blue 165

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

Shades of Careys Pink #BEA2A5

Tints of Careys Pink #BEA2A5

RGB

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

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

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

R = 36.75%
G = 31.33%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BEA2A5 (or 0xBEA2A5) is known color: Careys Pink. HEX triplet: BE, A2 and A5. RGB value is (190,162,165). Sum of RGB (Red+Green+Blue) = 190+162+165=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA2A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA2A5 is #415D5A. Grayscale: #AAAAAA. Windows color (decimal): -4283739 or 10855102. OLE color: 10855102.

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

Color convert

RGB 190 162 165 -
CMYK 0 0.15 0.13 0.25
HSL 353.57º 0.18% 0.69% -
HSV(B) 353.57º 0.15% 0.75% -
XYZ 40.95 39.5 41.06 -
YUV 170.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 190 162 165 0 0.15 0.13 0.25 353.57 0.18 0.69
Hex BE A2 A5 0 F D 19 162 12 45
Octal 276 242 245 0 17 15 31 542 22 105
Binary 10111110 10100010 10100101 0 1111 1101 11001 101100010 10010 1000101

Color Harmonies of #BEA2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA2A5

Black with #BEA2A5

Text Example


Text Example

White with #BEA2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA2A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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