#BE9B9D

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

Shades of Careys Pink #BE9B9D

Tints of Careys Pink #BE9B9D

Color information

#BE9B9D (or 0xBE9B9D) is unknown color: approx Careys Pink. HEX triplet: BE, 9B and 9D. RGB value is (190,155,157). Sum of RGB (Red+Green+Blue) = 190+155+157=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9B9D is #416462. Grayscale: #A5A5A5. Windows color (decimal): -4285539 or 10329022. OLE color: 10329022.

HSL color Cylindrical-coordinate representation of color #BE9B9D: hue angle of 356.57º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BE9B9D is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB190155157-
CMYK00.180.170.25
HSL356.57º21.21%67.65%-
HSV(B)356.57º18.42%74.51%-
XYZ39.0436.8236.95-
YUV165.69123.1145.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.85%
GREEN value IS 155 (60.94% from 255) = 30.88%
BLUE value IS 157 (61.72% from 255) = 31.27%
R=37.85%
G=30.88%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015515700.180.170.25356.5721.2167.65
HexBE9B9D01211191651544
Octal276233235022213154525104
Binary1011111010011011100111010100101000111001101100101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9B9D; }

 p { color: rgb(190,155,157); }

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

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

 a { background-color: rgb(190,155,157); }

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

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

 span { border-color: rgb(190,155,157); }

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