#B5999C

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

Shades of Careys Pink #B5999C

Tints of Careys Pink #B5999C

Color information

#B5999C (or 0xB5999C) is unknown color: approx Careys Pink. HEX triplet: B5, 99 and 9C. RGB value is (181,153,156). Sum of RGB (Red+Green+Blue) = 181+153+156=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 181 - color contains mainly: red. Hex color #B5999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5999C is #4A6663. Grayscale: #A1A1A1. Windows color (decimal): -4875876 or 10262965. OLE color: 10262965.

HSL color Cylindrical-coordinate representation of color #B5999C: hue angle of 353.57º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5999C is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB181153156-
CMYK00.150.140.29
HSL353.57º15.91%65.49%-
HSV(B)353.57º15.47%70.98%-
XYZ36.4535.0136.29-
YUV161.71124.78141.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.94%
GREEN value IS 153 (60.16% from 255) = 31.22%
BLUE value IS 156 (61.33% from 255) = 31.84%
R=36.94%
G=31.22%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115315600.150.140.29353.5715.9165.49
HexB5999C0FE1D1621041
Octal265231234017163554220101
Binary10110101100110011001110001111111011101101100010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5999C; }

 p { color: rgb(181,153,156); }

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

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

 a { background-color: rgb(181,153,156); }

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

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

 span { border-color: rgb(181,153,156); }

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