#BE9899

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

Shades of Careys Pink #BE9899

Tints of Careys Pink #BE9899

Color information

#BE9899 (or 0xBE9899) is unknown color: approx Careys Pink. HEX triplet: BE, 98 and 99. RGB value is (190,152,153). Sum of RGB (Red+Green+Blue) = 190+152+153=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9899 is #416766. Grayscale: #A3A3A3. Windows color (decimal): -4286311 or 10066110. OLE color: 10066110.

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

Color convert

RGB190152153-
CMYK00.20.190.25
HSL358.42º22.62%67.06%-
HSV(B)358.42º20%74.51%-
XYZ38.2135.735.01-
YUV163.48122.09146.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 152 (59.77% from 255) = 30.71%
BLUE value IS 153 (60.16% from 255) = 30.91%
R=38.38%
G=30.71%
B=30.91%

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
Decimal19015215300.20.190.25358.4222.6267.06
HexBE989901413191661743
Octal276230231024233154627103
Binary1011111010011000100110010101001001111001101100110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9899; }

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

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

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

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

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

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

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

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