#BB999E

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

Shades of Careys Pink #BB999E

Tints of Careys Pink #BB999E

Color information

#BB999E (or 0xBB999E) is unknown color: approx Careys Pink. HEX triplet: BB, 99 and 9E. RGB value is (187,153,158). Sum of RGB (Red+Green+Blue) = 187+153+158=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BB999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB999E is #446661. Grayscale: #A3A3A3. Windows color (decimal): -4482658 or 10394043. OLE color: 10394043.

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

Color convert

RGB187153158-
CMYK00.180.160.27
HSL351.18º20%66.67%-
HSV(B)351.18º18.18%73.33%-
XYZ38.0635.8237.26-
YUV163.74124.76144.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.55%
GREEN value IS 153 (60.16% from 255) = 30.72%
BLUE value IS 158 (62.11% from 255) = 31.73%
R=37.55%
G=30.72%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715315800.180.160.27351.182066.67
HexBB999E012101B15f1443
Octal273231236022203353724103
Binary1011101110011001100111100100101000011011101011111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB999E; }

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

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

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

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

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

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

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

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