#BEADB0

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

Shades of Careys Pink #BEADB0

Tints of Careys Pink #BEADB0

Color information

#BEADB0 (or 0xBEADB0) is unknown color: approx Careys Pink. HEX triplet: BE, AD and B0. RGB value is (190,173,176). Sum of RGB (Red+Green+Blue) = 190+173+176=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 190 - color contains mainly: red. Hex color #BEADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEADB0 is #41524F. Grayscale: #B2B2B2. Windows color (decimal): -4280912 or 11578814. OLE color: 11578814.

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

Color convert

RGB190173176-
CMYK00.090.070.25
HSL349.41º11.56%71.18%-
HSV(B)349.41º8.95%74.51%-
XYZ44.0243.9747.24-
YUV178.42126.63136.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 173 (67.97% from 255) = 32.10%
BLUE value IS 176 (69.14% from 255) = 32.65%
R=35.25%
G=32.10%
B=32.65%

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
Decimal19017317600.090.070.25349.4111.5671.18
HexBEADB00971915dc47
Octal27625526001173153514107
Binary101111101010110110110000010011111100110101110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEADB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEADB0; }

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

 H1.HeaderClassName
 {
   color: #BEADB0;
 }
 .AnyTagClassName
 {
   color: #BEADB0;
 }
</style>
background-color css

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

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

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

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

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

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