#BE989A

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

Shades of Careys Pink #BE989A

Tints of Careys Pink #BE989A

Color information

#BE989A (or 0xBE989A) is unknown color: approx Careys Pink. HEX triplet: BE, 98 and 9A. RGB value is (190,152,154). Sum of RGB (Red+Green+Blue) = 190+152+154=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BE989A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE989A is #416765. Grayscale: #A3A3A3. Windows color (decimal): -4286310 or 10131646. OLE color: 10131646.

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

Color convert

RGB190152154-
CMYK00.20.190.25
HSL356.84º22.62%67.06%-
HSV(B)356.84º20%74.51%-
XYZ38.335.7435.45-
YUV163.59122.59146.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 152 (59.77% from 255) = 30.65%
BLUE value IS 154 (60.55% from 255) = 31.05%
R=38.31%
G=30.65%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015215400.20.190.25356.8422.6267.06
HexBE989A01413191651743
Octal276230232024233154527103
Binary1011111010011000100110100101001001111001101100101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE989A; }

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

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

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

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

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

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

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

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