Html Css Color HEX #BD9194 Careys Pink

📋 copy color: '#BD9194'

red 189 ◦ green 145 ◦ blue 148

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

Shades of Careys Pink #BD9194

Tints of Careys Pink #BD9194

RGB

 RED value IS 189 (74.22% from 255) = 39.21%

 GREEN value IS 145 (57.03% from 255) = 30.08%

 BLUE value IS 148 (58.2% from 255) = 30.71%

R = 39.21%
G = 30.08%
B = 30.71%

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

#BD9194 (or 0xBD9194) is known color: Careys Pink. HEX triplet: BD, 91 and 94. RGB value is (189,145,148). Sum of RGB (Red+Green+Blue) = 189+145+148=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9194 is #426E6B. Grayscale: #9E9E9E. Windows color (decimal): -4353644 or 9736637. OLE color: 9736637.

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

Color convert

RGB 189 145 148 -
CMYK 0 0.23 0.22 0.26
HSL 355.91º 0.25% 0.65% -
HSV(B) 355.91º 0.23% 0.74% -
XYZ 36.46 33.21 32.51 -
YUV 158.5 122.08 149.76 -
System Red Green Blue C M Y K H S L
Decimal 189 145 148 0 0.23 0.22 0.26 355.91 0.25 0.65
Hex BD 91 94 0 17 16 1A 164 19 41
Octal 275 221 224 0 27 26 32 544 31 101
Binary 10111101 10010001 10010100 0 10111 10110 11010 101100100 11001 1000001

Color Harmonies of #BD9194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9194

Black with #BD9194

Text Example


Text Example

White with #BD9194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9194; }

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

 H1.HeaderClassName
 {
   color: #BD9194;
 }
 .AnyTagClassName
 {
   color: #BD9194;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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