Html Css Color HEX #BEA2A4 Careys Pink

📋 copy color: '#BEA2A4'

red 190 ◦ green 162 ◦ blue 164

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

Shades of Careys Pink #BEA2A4

Tints of Careys Pink #BEA2A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.78%

R = 36.82%
G = 31.4%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BEA2A4 (or 0xBEA2A4) is known color: Careys Pink. HEX triplet: BE, A2 and A4. RGB value is (190,162,164). Sum of RGB (Red+Green+Blue) = 190+162+164=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA2A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA2A4 is #415D5B. Grayscale: #AAAAAA. Windows color (decimal): -4283740 or 10789566. OLE color: 10789566.

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

Color convert

RGB 190 162 164 -
CMYK 0 0.15 0.14 0.25
HSL 355.71º 0.18% 0.69% -
HSV(B) 355.71º 0.15% 0.75% -
XYZ 40.86 39.47 40.59 -
YUV 170.6 124.28 141.84 -
System Red Green Blue C M Y K H S L
Decimal 190 162 164 0 0.15 0.14 0.25 355.71 0.18 0.69
Hex BE A2 A4 0 F E 19 164 12 45
Octal 276 242 244 0 17 16 31 544 22 105
Binary 10111110 10100010 10100100 0 1111 1110 11001 101100100 10010 1000101

Color Harmonies of #BEA2A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA2A4

Black with #BEA2A4

Text Example


Text Example

White with #BEA2A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA2A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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