Html Css Color HEX #BB9E9D Dusty Grey

📋 copy color: '#BB9E9D'

red 187 ◦ green 158 ◦ blue 157

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

Shades of Dusty Grey #BB9E9D

Tints of Dusty Grey #BB9E9D

RGB

 RED value IS 187 (73.44% from 255) = 37.25%

 GREEN value IS 158 (62.11% from 255) = 31.47%

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

R = 37.25%
G = 31.47%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB9E9D (or 0xBB9E9D) is known color: Dusty Grey. HEX triplet: BB, 9E and 9D. RGB value is (187,158,157). Sum of RGB (Red+Green+Blue) = 187+158+157=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9E9D is #446162. Grayscale: #A6A6A6. Windows color (decimal): -4481379 or 10329787. OLE color: 10329787.

HSL color Cylindrical-coordinate representation of color #BB9E9D: hue angle of 2º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BB9E9D is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 158 157 -
CMYK 0 0.16 0.16 0.27
HSL 0.18% 0.67% -
HSV(B) 0.16% 0.73% -
XYZ 38.81 37.45 37.08 -
YUV 166.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 187 158 157 0 0.16 0.16 0.27 2 0.18 0.67
Hex BB 9E 9D 0 10 10 1B 2 12 43
Octal 273 236 235 0 20 20 33 2 22 103
Binary 10111011 10011110 10011101 0 10000 10000 11011 10 10010 1000011

Color Harmonies of #BB9E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9E9D

Black with #BB9E9D

Text Example


Text Example

White with #BB9E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9E9D; }

 p { color: rgb(187,158,157); }

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

background-color css

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

 a { background-color: rgb(187,158,157); }

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

border-color css

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

 span { border-color: rgb(187,158,157); }

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