#BE989C

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

Shades of Careys Pink #BE989C

Tints of Careys Pink #BE989C

Color information

#BE989C (or 0xBE989C) is unknown color: approx Careys Pink. HEX triplet: BE, 98 and 9C. RGB value is (190,152,156). Sum of RGB (Red+Green+Blue) = 190+152+156=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BE989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE989C is #416763. Grayscale: #A3A3A3. Windows color (decimal): -4286308 or 10262718. OLE color: 10262718.

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

Color convert

RGB190152156-
CMYK00.20.180.25
HSL353.68º22.62%67.06%-
HSV(B)353.68º20%74.51%-
XYZ38.4635.836.34-
YUV163.82123.59146.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 152 (59.77% from 255) = 30.52%
BLUE value IS 156 (61.33% from 255) = 31.33%
R=38.15%
G=30.52%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015215600.20.180.25353.6822.6267.06
HexBE989C01412191621743
Octal276230234024223154227103
Binary1011111010011000100111000101001001011001101100010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE989C; }

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

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

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

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

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

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

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

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