#BB9CA3

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

Shades of Careys Pink #BB9CA3

Tints of Careys Pink #BB9CA3

Color information

#BB9CA3 (or 0xBB9CA3) is unknown color: approx Careys Pink. HEX triplet: BB, 9C and A3. RGB value is (187,156,163). Sum of RGB (Red+Green+Blue) = 187+156+163=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 163 (64.06% from 255 or 32.21% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9CA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9CA3 is #44635C. Grayscale: #A6A6A6. Windows color (decimal): -4481885 or 10722491. OLE color: 10722491.

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

Color convert

RGB187156163-
CMYK00.170.130.27
HSL346.45º18.56%67.25%-
HSV(B)346.45º16.58%73.33%-
XYZ38.9936.9939.73-
YUV166.07126.27142.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 156 (61.33% from 255) = 30.83%
BLUE value IS 163 (64.06% from 255) = 32.21%
R=36.96%
G=30.83%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715616300.170.130.27346.4518.5667.25
HexBB9CA3011D1B15a1343
Octal273234243021153353223103
Binary101110111001110010100011010001110111011101011010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9CA3; }

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

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

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

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

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

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

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

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