#BE9598

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

Shades of Careys Pink #BE9598

Tints of Careys Pink #BE9598

Color information

#BE9598 (or 0xBE9598) is unknown color: approx Careys Pink. HEX triplet: BE, 95 and 98. RGB value is (190,149,152). Sum of RGB (Red+Green+Blue) = 190+149+152=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9598 is #416A67. Grayscale: #A1A1A1. Windows color (decimal): -4287080 or 9999806. OLE color: 9999806.

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

Color convert

RGB190149152-
CMYK00.220.20.25
HSL355.61º23.98%66.47%-
HSV(B)355.61º21.58%74.51%-
XYZ37.6534.7134.42-
YUV161.6122.58148.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 152 (59.77% from 255) = 30.96%
R=38.70%
G=30.35%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014915200.220.20.25355.6123.9866.47
HexBE959801614191641842
Octal276225230026243154430102
Binary1011111010010101100110000101101010011001101100100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9598; }

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

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

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

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

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

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

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

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