#B9999D

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

Shades of Careys Pink #B9999D

Tints of Careys Pink #B9999D

Color information

#B9999D (or 0xB9999D) is unknown color: approx Careys Pink. HEX triplet: B9, 99 and 9D. RGB value is (185,153,157). Sum of RGB (Red+Green+Blue) = 185+153+157=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B9999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9999D is #466662. Grayscale: #A3A3A3. Windows color (decimal): -4613731 or 10328505. OLE color: 10328505.

HSL color Cylindrical-coordinate representation of color #B9999D: hue angle of 352.5º 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 #B9999D is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB185153157-
CMYK00.170.150.27
HSL352.5º18.6%66.27%-
HSV(B)352.5º17.3%72.55%-
XYZ37.4835.5336.78-
YUV163.02124.6143.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.37%
GREEN value IS 153 (60.16% from 255) = 30.91%
BLUE value IS 157 (61.72% from 255) = 31.72%
R=37.37%
G=30.91%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515315700.170.150.27352.518.666.27
HexB9999D011F1B1601342
Octal271231235021173354023102
Binary101110011001100110011101010001111111011101100000100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9999D; }

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

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

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

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

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

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

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

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