#BEAEB1

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

Shades of Careys Pink #BEAEB1

Tints of Careys Pink #BEAEB1

Color information

#BEAEB1 (or 0xBEAEB1) is unknown color: approx Careys Pink. HEX triplet: BE, AE and B1. RGB value is (190,174,177). Sum of RGB (Red+Green+Blue) = 190+174+177=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAEB1 is #41514E. Grayscale: #B3B3B3. Windows color (decimal): -4280655 or 11644606. OLE color: 11644606.

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

Color convert

RGB190174177-
CMYK00.080.070.25
HSL348.75º10.96%71.37%-
HSV(B)348.75º8.42%74.51%-
XYZ44.3144.3947.83-
YUV179.13126.8135.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.12%
GREEN value IS 174 (68.36% from 255) = 32.16%
BLUE value IS 177 (69.53% from 255) = 32.72%
R=35.12%
G=32.16%
B=32.72%

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
Decimal19017417700.080.070.25348.7510.9671.37
HexBEAEB10871915db47
Octal27625626101073153513107
Binary101111101010111010110001010001111100110101110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEB1; }

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

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

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

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

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

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

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

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