#BE989D

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

Shades of Careys Pink #BE989D

Tints of Careys Pink #BE989D

Color information

#BE989D (or 0xBE989D) is unknown color: approx Careys Pink. HEX triplet: BE, 98 and 9D. RGB value is (190,152,157). Sum of RGB (Red+Green+Blue) = 190+152+157=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BE989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE989D is #416762. Grayscale: #A3A3A3. Windows color (decimal): -4286307 or 10328254. OLE color: 10328254.

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

Color convert

RGB190152157-
CMYK00.20.170.25
HSL352.11º22.62%67.06%-
HSV(B)352.11º20%74.51%-
XYZ38.5535.8436.78-
YUV163.93124.09146.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.08%
GREEN value IS 152 (59.77% from 255) = 30.46%
BLUE value IS 157 (61.72% from 255) = 31.46%
R=38.08%
G=30.46%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015215700.20.170.25352.1122.6267.06
HexBE989D01411191601743
Octal276230235024213154027103
Binary1011111010011000100111010101001000111001101100000101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE989D; }

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

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

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

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

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

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

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

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