#BD9799

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

Shades of Careys Pink #BD9799

Tints of Careys Pink #BD9799

Color information

#BD9799 (or 0xBD9799) is unknown color: approx Careys Pink. HEX triplet: BD, 97 and 99. RGB value is (189,151,153). Sum of RGB (Red+Green+Blue) = 189+151+153=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9799 is #426866. Grayscale: #A2A2A2. Windows color (decimal): -4352103 or 10065853. OLE color: 10065853.

HSL color Cylindrical-coordinate representation of color #BD9799: hue angle of 356.84º 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 #BD9799 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB189151153-
CMYK00.200.190.26
HSL356.84º22.35%66.67%-
HSV(B)356.84º20.11%74.12%-
XYZ37.835.2534.95-
YUV162.59122.59146.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.34%
GREEN value IS 151 (59.38% from 255) = 30.63%
BLUE value IS 153 (60.16% from 255) = 31.03%
R=38.34%
G=30.63%
B=31.03%

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
Decimal18915115300.200.190.26356.8422.3566.67
HexBD9799014131A1651643
Octal275227231024233254526103
Binary1011110110010111100110010101001001111010101100101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9799; }

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

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

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

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

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

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

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

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