#BE9BA2

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

Shades of Careys Pink #BE9BA2

Tints of Careys Pink #BE9BA2

Color information

#BE9BA2 (or 0xBE9BA2) is unknown color: approx Careys Pink. HEX triplet: BE, 9B and A2. RGB value is (190,155,162). Sum of RGB (Red+Green+Blue) = 190+155+162=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9BA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9BA2 is #41645D. Grayscale: #A6A6A6. Windows color (decimal): -4285534 or 10656702. OLE color: 10656702.

HSL color Cylindrical-coordinate representation of color #BE9BA2: hue angle of 348º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BE9BA2 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB190155162-
CMYK00.180.150.25
HSL348º21.21%67.65%-
HSV(B)348º18.42%74.51%-
XYZ39.483739.24-
YUV166.26125.6144.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 155 (60.94% from 255) = 30.57%
BLUE value IS 162 (63.67% from 255) = 31.95%
R=37.48%
G=30.57%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015516200.180.150.2534821.2167.65
HexBE9BA2012F1915c1544
Octal276233242022173153425104
Binary101111101001101110100010010010111111001101011100101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9BA2; }

 p { color: rgb(190,155,162); }

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

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

 a { background-color: rgb(190,155,162); }

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

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

 span { border-color: rgb(190,155,162); }

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