#B9999E

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

Shades of Careys Pink #B9999E

Tints of Careys Pink #B9999E

Color information

#B9999E (or 0xB9999E) is unknown color: approx Careys Pink. HEX triplet: B9, 99 and 9E. RGB value is (185,153,158). Sum of RGB (Red+Green+Blue) = 185+153+158=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 185 - color contains mainly: red. Hex color #B9999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9999E is #466661. Grayscale: #A3A3A3. Windows color (decimal): -4613730 or 10394041. OLE color: 10394041.

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

Color convert

RGB185153158-
CMYK00.170.150.27
HSL350.62º18.6%66.27%-
HSV(B)350.62º17.3%72.55%-
XYZ37.5735.5737.23-
YUV163.14125.1143.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.30%
GREEN value IS 153 (60.16% from 255) = 30.85%
BLUE value IS 158 (62.11% from 255) = 31.85%
R=37.30%
G=30.85%
B=31.85%

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
Decimal18515315800.170.150.27350.6218.666.27
HexB9999E011F1B15f1342
Octal271231236021173353723102
Binary101110011001100110011110010001111111011101011111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9999E; }

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

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

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

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

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

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

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

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