#BE9699

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

Shades of Careys Pink #BE9699

Tints of Careys Pink #BE9699

Color information

#BE9699 (or 0xBE9699) is unknown color: approx Careys Pink. HEX triplet: BE, 96 and 99. RGB value is (190,150,153). Sum of RGB (Red+Green+Blue) = 190+150+153=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9699 is #416966. Grayscale: #A2A2A2. Windows color (decimal): -4286823 or 10065598. OLE color: 10065598.

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

Color convert

RGB190150153-
CMYK00.210.190.25
HSL355.5º23.53%66.67%-
HSV(B)355.5º21.05%74.51%-
XYZ37.8935.0634.91-
YUV162.3122.75147.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 150 (58.98% from 255) = 30.43%
BLUE value IS 153 (60.16% from 255) = 31.03%
R=38.54%
G=30.43%
B=31.03%

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
Decimal19015015300.210.190.25355.523.5366.67
HexBE969901513191641843
Octal276226231025233154430103
Binary1011111010010110100110010101011001111001101100100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9699; }

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

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

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

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

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

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

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

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