#BB9A9E

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

Shades of Careys Pink #BB9A9E

Tints of Careys Pink #BB9A9E

Color information

#BB9A9E (or 0xBB9A9E) is unknown color: approx Careys Pink. HEX triplet: BB, 9A and 9E. RGB value is (187,154,158). Sum of RGB (Red+Green+Blue) = 187+154+158=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9A9E is #446561. Grayscale: #A4A4A4. Windows color (decimal): -4482402 or 10394299. OLE color: 10394299.

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

Color convert

RGB187154158-
CMYK00.180.160.27
HSL352.73º19.53%66.86%-
HSV(B)352.73º17.65%73.33%-
XYZ38.2236.1437.31-
YUV164.32124.43144.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.47%
GREEN value IS 154 (60.55% from 255) = 30.86%
BLUE value IS 158 (62.11% from 255) = 31.66%
R=37.47%
G=30.86%
B=31.66%

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
Decimal18715415800.180.160.27352.7319.5366.86
HexBB9A9E012101B1611443
Octal273232236022203354124103
Binary1011101110011010100111100100101000011011101100001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9A9E; }

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

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

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

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

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

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

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

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