#BDADC5

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

Shades of Chatelle #BDADC5

Tints of Chatelle #BDADC5

Color information

#BDADC5 (or 0xBDADC5) is unknown color: approx Chatelle. HEX triplet: BD, AD and C5. RGB value is (189,173,197). Sum of RGB (Red+Green+Blue) = 189+173+197=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 197 - color contains mainly: blue. Hex color #BDADC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADC5 is #42523A. Grayscale: #B4B4B4. Windows color (decimal): -4346427 or 12955069. OLE color: 12955069.

HSL color Cylindrical-coordinate representation of color #BDADC5: hue angle of 280º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDADC5 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB189173197-
CMYK0.040.1200.23
HSL280º17.14%72.55%-
HSV(B)280º12.18%77.25%-
XYZ46.0144.7459.03-
YUV180.52137.3134.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.81%
GREEN value IS 173 (67.97% from 255) = 30.95%
BLUE value IS 197 (77.34% from 255) = 35.24%
R=33.81%
G=30.95%
B=35.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891731970.040.1200.2328017.1472.55
HexBDADC54C0171181149
Octal27525530541402743021111
Binary1011110110101101110001011001100010111100011000100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADC5; }

 p { color: rgb(189,173,197); }

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

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

 a { background-color: rgb(189,173,197); }

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

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

 span { border-color: rgb(189,173,197); }

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