#BE999A

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

Shades of Careys Pink #BE999A

Tints of Careys Pink #BE999A

Color information

#BE999A (or 0xBE999A) is unknown color: approx Careys Pink. HEX triplet: BE, 99 and 9A. RGB value is (190,153,154). Sum of RGB (Red+Green+Blue) = 190+153+154=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BE999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE999A is #416665. Grayscale: #A4A4A4. Windows color (decimal): -4286054 or 10131902. OLE color: 10131902.

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

Color convert

RGB190153154-
CMYK00.190.190.25
HSL358.38º22.16%67.25%-
HSV(B)358.38º19.47%74.51%-
XYZ38.4636.0635.51-
YUV164.18122.26146.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.23%
GREEN value IS 153 (60.16% from 255) = 30.78%
BLUE value IS 154 (60.55% from 255) = 30.99%
R=38.23%
G=30.78%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015315400.190.190.25358.3822.1667.25
HexBE999A01313191661643
Octal276231232023233154626103
Binary1011111010011001100110100100111001111001101100110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE999A; }

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

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

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

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

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

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

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

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