#BEABAF

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

Shades of Careys Pink #BEABAF

Tints of Careys Pink #BEABAF

Color information

#BEABAF (or 0xBEABAF) is unknown color: approx Careys Pink. HEX triplet: BE, AB and AF. RGB value is (190,171,175). Sum of RGB (Red+Green+Blue) = 190+171+175=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 190 - color contains mainly: red. Hex color #BEABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEABAF is #415450. Grayscale: #B1B1B1. Windows color (decimal): -4281425 or 11512766. OLE color: 11512766.

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

Color convert

RGB190171175-
CMYK00.100.080.25
HSL347.37º12.75%70.78%-
HSV(B)347.37º10%74.51%-
XYZ43.5443.1746.6-
YUV177.14126.79137.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.45%
GREEN value IS 171 (67.19% from 255) = 31.90%
BLUE value IS 175 (68.75% from 255) = 32.65%
R=35.45%
G=31.90%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017117500.100.080.25347.3712.7570.78
HexBEABAF0A81915bd47
Octal276253257012103153315107
Binary1011111010101011101011110101010001100110101101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEABAF; }

 p { color: rgb(190,171,175); }

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

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

 a { background-color: rgb(190,171,175); }

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

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

 span { border-color: rgb(190,171,175); }

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