#BE989E

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

Shades of Careys Pink #BE989E

Tints of Careys Pink #BE989E

Color information

#BE989E (or 0xBE989E) is unknown color: approx Careys Pink. HEX triplet: BE, 98 and 9E. RGB value is (190,152,158). Sum of RGB (Red+Green+Blue) = 190+152+158=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BE989E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE989E is #416761. Grayscale: #A4A4A4. Windows color (decimal): -4286306 or 10393790. OLE color: 10393790.

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

Color convert

RGB190152158-
CMYK00.20.170.25
HSL350.53º22.62%67.06%-
HSV(B)350.53º20%74.51%-
XYZ38.6335.8737.24-
YUV164.05124.59146.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 152 (59.77% from 255) = 30.4%
BLUE value IS 158 (62.11% from 255) = 31.6%
R=38%
G=30.4%
B=31.6%

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
Decimal19015215800.20.170.25350.5322.6267.06
HexBE989E014111915f1743
Octal276230236024213153727103
Binary1011111010011000100111100101001000111001101011111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE989E; }

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

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

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

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

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

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

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

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