Html Css Color HEX #BEADB1 Careys Pink

📋 copy color: '#BEADB1'

red 190 ◦ green 173 ◦ blue 177

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

Shades of Careys Pink #BEADB1

Tints of Careys Pink #BEADB1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.04%

 BLUE value IS 177 (69.53% from 255) = 32.78%

R = 35.19%
G = 32.04%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BEADB1 (or 0xBEADB1) is known color: Careys Pink. HEX triplet: BE, AD and B1. RGB value is (190,173,177). Sum of RGB (Red+Green+Blue) = 190+173+177=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 190 - color contains mainly: red. Hex color #BEADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEADB1 is #41524E. Grayscale: #B2B2B2. Windows color (decimal): -4280911 or 11644350. OLE color: 11644350.

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

Color convert

RGB 190 173 177 -
CMYK 0 0.09 0.07 0.25
HSL 345.88º 0.12% 0.71% -
HSV(B) 345.88º 0.09% 0.75% -
XYZ 44.11 44.01 47.76 -
YUV 178.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 190 173 177 0 0.09 0.07 0.25 345.88 0.12 0.71
Hex BE AD B1 0 9 7 19 15A C 47
Octal 276 255 261 0 11 7 31 532 14 107
Binary 10111110 10101101 10110001 0 1001 111 11001 101011010 1100 1000111

Color Harmonies of #BEADB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEADB1

Black with #BEADB1

Text Example


Text Example

White with #BEADB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEADB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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