#BD9899

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

Shades of Careys Pink #BD9899

Tints of Careys Pink #BD9899

Color information

#BD9899 (or 0xBD9899) is unknown color: approx Careys Pink. HEX triplet: BD, 98 and 99. RGB value is (189,152,153). Sum of RGB (Red+Green+Blue) = 189+152+153=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9899 is #426766. Grayscale: #A3A3A3. Windows color (decimal): -4351847 or 10066109. OLE color: 10066109.

HSL color Cylindrical-coordinate representation of color #BD9899: hue angle of 358.38º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BD9899 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB189152153-
CMYK00.200.190.26
HSL358.38º21.89%66.86%-
HSV(B)358.38º19.58%74.12%-
XYZ37.9635.5835-
YUV163.18122.26146.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 152 (59.77% from 255) = 30.77%
BLUE value IS 153 (60.16% from 255) = 30.97%
R=38.26%
G=30.77%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915215300.200.190.26358.3821.8966.86
HexBD9899014131A1661643
Octal275230231024233254626103
Binary1011110110011000100110010101001001111010101100110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9899; }

 p { color: rgb(189,152,153); }

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

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

 a { background-color: rgb(189,152,153); }

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

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

 span { border-color: rgb(189,152,153); }

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