Html Css Color HEX #BEAAAB Careys Pink

📋 copy color: '#BEAAAB'

red 190 ◦ green 170 ◦ blue 171

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

Shades of Careys Pink #BEAAAB

Tints of Careys Pink #BEAAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.2%

R = 35.78%
G = 32.02%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BEAAAB (or 0xBEAAAB) is known color: Careys Pink. HEX triplet: BE, AA and AB. RGB value is (190,170,171). Sum of RGB (Red+Green+Blue) = 190+170+171=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAAAB is #415554. Grayscale: #B0B0B0. Windows color (decimal): -4281685 or 11250366. OLE color: 11250366.

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

Color convert

RGB 190 170 171 -
CMYK 0 0.11 0.10 0.25
HSL 357º 0.13% 0.71% -
HSV(B) 357º 0.11% 0.75% -
XYZ 42.96 42.64 44.49 -
YUV 176.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 190 170 171 0 0.11 0.10 0.25 357 0.13 0.71
Hex BE AA AB 0 B A 19 165 D 47
Octal 276 252 253 0 13 12 31 545 15 107
Binary 10111110 10101010 10101011 0 1011 1010 11001 101100101 1101 1000111

Color Harmonies of #BEAAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAAAB

Black with #BEAAAB

Text Example


Text Example

White with #BEAAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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