#BE969A

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

Shades of Careys Pink #BE969A

Tints of Careys Pink #BE969A

Color information

#BE969A (or 0xBE969A) is unknown color: approx Careys Pink. HEX triplet: BE, 96 and 9A. RGB value is (190,150,154). Sum of RGB (Red+Green+Blue) = 190+150+154=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BE969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE969A is #416965. Grayscale: #A2A2A2. Windows color (decimal): -4286822 or 10131134. OLE color: 10131134.

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

Color convert

RGB190150154-
CMYK00.210.190.25
HSL354º23.53%66.67%-
HSV(B)354º21.05%74.51%-
XYZ37.9735.0935.34-
YUV162.42123.25147.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 150 (58.98% from 255) = 30.36%
BLUE value IS 154 (60.55% from 255) = 31.17%
R=38.46%
G=30.36%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015015400.210.190.2535423.5366.67
HexBE969A01513191621843
Octal276226232025233154230103
Binary1011111010010110100110100101011001111001101100010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE969A; }

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

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

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

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

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

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

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

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