Html Css Color HEX #BC9F9D Dusty Grey

📋 copy color: '#BC9F9D'

red 188 ◦ green 159 ◦ blue 157

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

Shades of Dusty Grey #BC9F9D

Tints of Dusty Grey #BC9F9D

RGB

 RED value IS 188 (73.83% from 255) = 37.3%

 GREEN value IS 159 (62.5% from 255) = 31.55%

 BLUE value IS 157 (61.72% from 255) = 31.15%

R = 37.3%
G = 31.55%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC9F9D (or 0xBC9F9D) is known color: Dusty Grey. HEX triplet: BC, 9F and 9D. RGB value is (188,159,157). Sum of RGB (Red+Green+Blue) = 188+159+157=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9F9D is #436062. Grayscale: #A7A7A7. Windows color (decimal): -4415587 or 10330044. OLE color: 10330044.

HSL color Cylindrical-coordinate representation of color #BC9F9D: hue angle of 3.87º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BC9F9D is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 159 157 -
CMYK 0 0.15 0.16 0.26
HSL 3.87º 0.19% 0.68% -
HSV(B) 3.87º 0.16% 0.74% -
XYZ 39.22 37.92 37.15 -
YUV 167.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 188 159 157 0 0.15 0.16 0.26 3.87 0.19 0.68
Hex BC 9F 9D 0 F 10 1A 4 13 44
Octal 274 237 235 0 17 20 32 4 23 104
Binary 10111100 10011111 10011101 0 1111 10000 11010 100 10011 1000100

Color Harmonies of #BC9F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F9D

Black with #BC9F9D

Text Example


Text Example

White with #BC9F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F9D; }

 p { color: rgb(188,159,157); }

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

background-color css

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

 a { background-color: rgb(188,159,157); }

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

border-color css

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

 span { border-color: rgb(188,159,157); }

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