#B9999C

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

Shades of Careys Pink #B9999C

Tints of Careys Pink #B9999C

Color information

#B9999C (or 0xB9999C) is unknown color: approx Careys Pink. HEX triplet: B9, 99 and 9C. RGB value is (185,153,156). Sum of RGB (Red+Green+Blue) = 185+153+156=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B9999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9999C is #466663. Grayscale: #A2A2A2. Windows color (decimal): -4613732 or 10262969. OLE color: 10262969.

HSL color Cylindrical-coordinate representation of color #B9999C: hue angle of 354.38º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9999C is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB185153156-
CMYK00.170.160.27
HSL354.38º18.6%66.27%-
HSV(B)354.38º17.3%72.55%-
XYZ37.435.536.33-
YUV162.91124.1143.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 153 (60.16% from 255) = 30.97%
BLUE value IS 156 (61.33% from 255) = 31.58%
R=37.45%
G=30.97%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515315600.170.160.27354.3818.666.27
HexB9999C011101B1621342
Octal271231234021203354223102
Binary1011100110011001100111000100011000011011101100010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9999C; }

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

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

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

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

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

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

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

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