#BD9193

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

Shades of Careys Pink #BD9193

Tints of Careys Pink #BD9193

Color information

#BD9193 (or 0xBD9193) is unknown color: approx Careys Pink. HEX triplet: BD, 91 and 93. RGB value is (189,145,147). Sum of RGB (Red+Green+Blue) = 189+145+147=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9193 is #426E6C. Grayscale: #9E9E9E. Windows color (decimal): -4353645 or 9671101. OLE color: 9671101.

HSL color Cylindrical-coordinate representation of color #BD9193: hue angle of 357.27º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD9193 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB189145147-
CMYK00.230.220.26
HSL357.27º25%65.49%-
HSV(B)357.27º23.28%74.12%-
XYZ36.3833.1832.09-
YUV158.38121.58149.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.29%
GREEN value IS 145 (57.03% from 255) = 30.15%
BLUE value IS 147 (57.81% from 255) = 30.56%
R=39.29%
G=30.15%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914514700.230.220.26357.272565.49
HexBD9193017161A1651941
Octal275221223027263254531101
Binary1011110110010001100100110101111011011010101100101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9193; }

 p { color: rgb(189,145,147); }

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

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

 a { background-color: rgb(189,145,147); }

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

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

 span { border-color: rgb(189,145,147); }

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