Html Css Color HEX #BD9193 Careys Pink

📋 copy color: '#BD9193'

red 189 ◦ green 145 ◦ blue 147

#BD9193
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #BD9193

Tints of Careys Pink #BD9193

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 value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD9193 (or 0xBD9193) is known color: 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

RGB 189 145 147 -
CMYK 0 0.23 0.22 0.26
HSL 357.27º 0.25% 0.65% -
HSV(B) 357.27º 0.23% 0.74% -
XYZ 36.38 33.18 32.09 -
YUV 158.38 121.58 149.84 -
System Red Green Blue C M Y K H S L
Decimal 189 145 147 0 0.23 0.22 0.26 357.27 0.25 0.65
Hex BD 91 93 0 17 16 1A 165 19 41
Octal 275 221 223 0 27 26 32 545 31 101
Binary 10111101 10010001 10010011 0 10111 10110 11010 101100101 11001 1000001

Color Harmonies of #BD9193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9193

Black with #BD9193

Text Example


Text Example

White with #BD9193

Text Example


Text Example

HTML Codes & Css Web 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>