#BE959A

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

Shades of Careys Pink #BE959A

Tints of Careys Pink #BE959A

Color information

#BE959A (or 0xBE959A) is unknown color: approx Careys Pink. HEX triplet: BE, 95 and 9A. RGB value is (190,149,154). Sum of RGB (Red+Green+Blue) = 190+149+154=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BE959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE959A is #416A65. Grayscale: #A1A1A1. Windows color (decimal): -4287078 or 10130878. OLE color: 10130878.

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

Color convert

RGB190149154-
CMYK00.220.190.25
HSL352.68º23.98%66.47%-
HSV(B)352.68º21.58%74.51%-
XYZ37.8234.7835.29-
YUV161.83123.58148.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 149 (58.59% from 255) = 30.22%
BLUE value IS 154 (60.55% from 255) = 31.24%
R=38.54%
G=30.22%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014915400.220.190.25352.6823.9866.47
HexBE959A01613191611842
Octal276225232026233154130102
Binary1011111010010101100110100101101001111001101100001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE959A; }

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

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

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

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

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

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

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

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