#BB999C

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

Shades of Careys Pink #BB999C

Tints of Careys Pink #BB999C

Color information

#BB999C (or 0xBB999C) is unknown color: approx Careys Pink. HEX triplet: BB, 99 and 9C. RGB value is (187,153,156). Sum of RGB (Red+Green+Blue) = 187+153+156=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BB999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB999C is #446663. Grayscale: #A3A3A3. Windows color (decimal): -4482660 or 10262971. OLE color: 10262971.

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

Color convert

RGB187153156-
CMYK00.180.170.27
HSL354.71º20%66.67%-
HSV(B)354.71º18.18%73.33%-
XYZ37.8935.7536.36-
YUV163.51123.76144.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 153 (60.16% from 255) = 30.85%
BLUE value IS 156 (61.33% from 255) = 31.45%
R=37.70%
G=30.85%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715315600.180.170.27354.712066.67
HexBB999C012111B1631443
Octal273231234022213354324103
Binary1011101110011001100111000100101000111011101100011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB999C; }

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

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

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

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

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

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

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

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