#BE9697

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

Shades of Careys Pink #BE9697

Tints of Careys Pink #BE9697

Color information

#BE9697 (or 0xBE9697) is unknown color: approx Careys Pink. HEX triplet: BE, 96 and 97. RGB value is (190,150,151). Sum of RGB (Red+Green+Blue) = 190+150+151=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9697 is #416968. Grayscale: #A2A2A2. Windows color (decimal): -4286825 or 9934526. OLE color: 9934526.

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

Color convert

RGB190150151-
CMYK00.210.210.25
HSL358.5º23.53%66.67%-
HSV(B)358.5º21.05%74.51%-
XYZ37.7334.9934.04-
YUV162.07121.75147.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 150 (58.98% from 255) = 30.55%
BLUE value IS 151 (59.38% from 255) = 30.75%
R=38.70%
G=30.55%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015015100.210.210.25358.523.5366.67
HexBE969701515191661843
Octal276226227025253154630103
Binary1011111010010110100101110101011010111001101100110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9697; }

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

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

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

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

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

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

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

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