#BE9597

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

Shades of Careys Pink #BE9597

Tints of Careys Pink #BE9597

Color information

#BE9597 (or 0xBE9597) is unknown color: approx Careys Pink. HEX triplet: BE, 95 and 97. RGB value is (190,149,151). Sum of RGB (Red+Green+Blue) = 190+149+151=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9597 is #416A68. Grayscale: #A1A1A1. Windows color (decimal): -4287081 or 9934270. OLE color: 9934270.

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

Color convert

RGB190149151-
CMYK00.220.210.25
HSL357.07º23.98%66.47%-
HSV(B)357.07º21.58%74.51%-
XYZ37.5734.6833.99-
YUV161.49122.08148.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.78%
GREEN value IS 149 (58.59% from 255) = 30.41%
BLUE value IS 151 (59.38% from 255) = 30.82%
R=38.78%
G=30.41%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014915100.220.210.25357.0723.9866.47
HexBE959701615191651842
Octal276225227026253154530102
Binary1011111010010101100101110101101010111001101100101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9597; }

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

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

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

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

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

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

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

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