Html Css Color HEX #BEABB0 Careys Pink

📋 copy color: '#BEABB0'

red 190 ◦ green 171 ◦ blue 176

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

Shades of Careys Pink #BEABB0

Tints of Careys Pink #BEABB0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.84%

 BLUE value IS 176 (69.14% from 255) = 32.77%

R = 35.38%
G = 31.84%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BEABB0 (or 0xBEABB0) is known color: Careys Pink. HEX triplet: BE, AB and B0. RGB value is (190,171,176). Sum of RGB (Red+Green+Blue) = 190+171+176=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 190 - color contains mainly: red. Hex color #BEABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEABB0 is #41544F. Grayscale: #B1B1B1. Windows color (decimal): -4281424 or 11578302. OLE color: 11578302.

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

Color convert

RGB 190 171 176 -
CMYK 0 0.10 0.07 0.25
HSL 344.21º 0.13% 0.71% -
HSV(B) 344.21º 0.1% 0.75% -
XYZ 43.63 43.21 47.11 -
YUV 177.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 190 171 176 0 0.10 0.07 0.25 344.21 0.13 0.71
Hex BE AB B0 0 A 7 19 158 D 47
Octal 276 253 260 0 12 7 31 530 15 107
Binary 10111110 10101011 10110000 0 1010 111 11001 101011000 1101 1000111

Color Harmonies of #BEABB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEABB0

Black with #BEABB0

Text Example


Text Example

White with #BEABB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEABB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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