Html Css Color HEX #BEAAAD Careys Pink

📋 copy color: '#BEAAAD'

red 190 ◦ green 170 ◦ blue 173

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

Shades of Careys Pink #BEAAAD

Tints of Careys Pink #BEAAAD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.89%

 BLUE value IS 173 (67.97% from 255) = 32.46%

R = 35.65%
G = 31.89%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BEAAAD (or 0xBEAAAD) is known color: Careys Pink. HEX triplet: BE, AA and AD. RGB value is (190,170,173). Sum of RGB (Red+Green+Blue) = 190+170+173=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAAAD is #415552. Grayscale: #B0B0B0. Windows color (decimal): -4281683 or 11381438. OLE color: 11381438.

HSL color Cylindrical-coordinate representation of color #BEAAAD: hue angle of 351º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEAAAD is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 170 173 -
CMYK 0 0.11 0.09 0.25
HSL 351º 0.13% 0.71% -
HSV(B) 351º 0.11% 0.75% -
XYZ 43.15 42.71 45.51 -
YUV 176.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 190 170 173 0 0.11 0.09 0.25 351 0.13 0.71
Hex BE AA AD 0 B 9 19 15F D 47
Octal 276 252 255 0 13 11 31 537 15 107
Binary 10111110 10101010 10101101 0 1011 1001 11001 101011111 1101 1000111

Color Harmonies of #BEAAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAAAD

Black with #BEAAAD

Text Example


Text Example

White with #BEAAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAAAD; }

 p { color: rgb(190,170,173); }

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

background-color css

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

 a { background-color: rgb(190,170,173); }

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

border-color css

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

 span { border-color: rgb(190,170,173); }

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