#BEAEB0

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

Shades of Careys Pink #BEAEB0

Tints of Careys Pink #BEAEB0

Color information

#BEAEB0 (or 0xBEAEB0) is unknown color: approx Careys Pink. HEX triplet: BE, AE and B0. RGB value is (190,174,176). Sum of RGB (Red+Green+Blue) = 190+174+176=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAEB0 is #41514F. Grayscale: #B3B3B3. Windows color (decimal): -4280656 or 11579070. OLE color: 11579070.

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

Color convert

RGB190174176-
CMYK00.080.070.25
HSL352.5º10.96%71.37%-
HSV(B)352.5º8.42%74.51%-
XYZ44.2144.3547.31-
YUV179.01126.3135.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.19%
GREEN value IS 174 (68.36% from 255) = 32.22%
BLUE value IS 176 (69.14% from 255) = 32.59%
R=35.19%
G=32.22%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017417600.080.070.25352.510.9671.37
HexBEAEB008719161b47
Octal27625626001073154113107
Binary101111101010111010110000010001111100110110000110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEB0; }

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

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

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

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

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

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

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

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