#BE999D

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

Shades of Careys Pink #BE999D

Tints of Careys Pink #BE999D

Color information

#BE999D (or 0xBE999D) is unknown color: approx Careys Pink. HEX triplet: BE, 99 and 9D. RGB value is (190,153,157). Sum of RGB (Red+Green+Blue) = 190+153+157=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BE999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE999D is #416662. Grayscale: #A4A4A4. Windows color (decimal): -4286051 or 10328510. OLE color: 10328510.

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

Color convert

RGB190153157-
CMYK00.190.170.25
HSL353.51º22.16%67.25%-
HSV(B)353.51º19.47%74.51%-
XYZ38.7136.1636.84-
YUV164.52123.76146.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 153 (60.16% from 255) = 30.6%
BLUE value IS 157 (61.72% from 255) = 31.4%
R=38%
G=30.6%
B=31.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015315700.190.170.25353.5122.1667.25
HexBE999D01311191621643
Octal276231235023213154226103
Binary1011111010011001100111010100111000111001101100010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE999D; }

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

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

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

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

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

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

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

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