#BEADB1

Color #BEADB1 Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #BEADB1

Tints of Careys Pink #BEADB1

Color information

#BEADB1 (or 0xBEADB1) is unknown color: approx 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

RGB190173177-
CMYK00.090.070.25
HSL345.88º11.56%71.18%-
HSV(B)345.88º8.95%74.51%-
XYZ44.1144.0147.76-
YUV178.54127.13136.17-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017317700.090.070.25345.8811.5671.18
HexBEADB10971915ac47
Octal27625526101173153214107
Binary101111101010110110110001010011111100110101101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>