#BEBDAC

Color #BEBDAC Mist Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mist Grey #BEBDAC

Tints of Mist Grey #BEBDAC

Color information

#BEBDAC (or 0xBEBDAC) is unknown color: approx Mist Grey. HEX triplet: BE, BD and AC. RGB value is (190,189,172). Sum of RGB (Red+Green+Blue) = 190+189+172=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBDAC is #414253. Grayscale: #BBBBBB. Windows color (decimal): -4276820 or 11320766. OLE color: 11320766.

HSL color Cylindrical-coordinate representation of color #BEBDAC: hue angle of 56.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEBDAC is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB190189172-
CMYK00.010.090.25
HSL56.67º12.16%70.98%-
HSV(B)56.67º9.47%74.51%-
XYZ46.8850.3246.27-
YUV187.36119.33129.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.48%
GREEN value IS 189 (74.22% from 255) = 34.30%
BLUE value IS 172 (67.58% from 255) = 31.22%
R=34.48%
G=34.30%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018917200.010.090.2556.6712.1670.98
HexBEBDAC0191939c47
Octal2762752540111317114107
Binary1011111010111101101011000110011100111100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDAC; }

 p { color: rgb(190,189,172); }

 H1.HeaderClassName
 {
   color: #BEBDAC;
 }
 .AnyTagClassName
 {
   color: #BEBDAC;
 }
</style>
background-color css

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

 a { background-color: rgb(190,189,172); }

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

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

 span { border-color: rgb(190,189,172); }

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