Html Css Color HEX #BDBCA3 Mist Grey

📋 copy color: '#BDBCA3'

red 189 ◦ green 188 ◦ blue 163

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

Shades of Mist Grey #BDBCA3

Tints of Mist Grey #BDBCA3

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.81%

 BLUE value IS 163 (64.06% from 255) = 30.19%

R = 35%
G = 34.81%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BDBCA3 (or 0xBDBCA3) is known color: Mist Grey. HEX triplet: BD, BC and A3. RGB value is (189,188,163). Sum of RGB (Red+Green+Blue) = 189+188+163=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 163 (64.06% from 255 or 30.19% from 540); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBCA3 is #42435C. Grayscale: #B9B9B9. Windows color (decimal): -4342621 or 10730685. OLE color: 10730685.

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

Color convert

RGB 189 188 163 -
CMYK 0 0.01 0.14 0.26
HSL 57.69º 0.16% 0.69% -
HSV(B) 57.69º 0.14% 0.74% -
XYZ 45.58 49.43 41.79 -
YUV 185.45 115.33 130.53 -
System Red Green Blue C M Y K H S L
Decimal 189 188 163 0 0.01 0.14 0.26 57.69 0.16 0.69
Hex BD BC A3 0 1 E 1A 3A 10 45
Octal 275 274 243 0 1 16 32 72 20 105
Binary 10111101 10111100 10100011 0 1 1110 11010 111010 10000 1000101

Color Harmonies of #BDBCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBCA3

Black with #BDBCA3

Text Example


Text Example

White with #BDBCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBCA3; }

 p { color: rgb(189,188,163); }

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

background-color css

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

 a { background-color: rgb(189,188,163); }

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

border-color css

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

 span { border-color: rgb(189,188,163); }

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