#BB9DA3

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

Shades of Careys Pink #BB9DA3

Tints of Careys Pink #BB9DA3

Color information

#BB9DA3 (or 0xBB9DA3) is unknown color: approx Careys Pink. HEX triplet: BB, 9D and A3. RGB value is (187,157,163). Sum of RGB (Red+Green+Blue) = 187+157+163=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 163 (64.06% from 255 or 32.15% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9DA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9DA3 is #44625C. Grayscale: #A6A6A6. Windows color (decimal): -4481629 or 10722747. OLE color: 10722747.

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

Color convert

RGB187157163-
CMYK00.160.130.27
HSL348º18.07%67.45%-
HSV(B)348º16.04%73.33%-
XYZ39.1637.3239.79-
YUV166.65125.94142.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.88%
GREEN value IS 157 (61.72% from 255) = 30.97%
BLUE value IS 163 (64.06% from 255) = 32.15%
R=36.88%
G=30.97%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715716300.160.130.2734818.0767.45
HexBB9DA3010D1B15c1243
Octal273235243020153353422103
Binary101110111001110110100011010000110111011101011100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9DA3; }

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

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

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

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

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

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

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

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