#BDADC6

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

Shades of Chatelle #BDADC6

Tints of Chatelle #BDADC6

Color information

#BDADC6 (or 0xBDADC6) is unknown color: approx Chatelle. HEX triplet: BD, AD and C6. RGB value is (189,173,198). Sum of RGB (Red+Green+Blue) = 189+173+198=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 198 (77.73% from 255 or 35.36% from 560); Max value from RGB is 198 - color contains mainly: blue. Hex color #BDADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADC6 is #425239. Grayscale: #B4B4B4. Windows color (decimal): -4346426 or 13020605. OLE color: 13020605.

HSL color Cylindrical-coordinate representation of color #BDADC6: hue angle of 278.4º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDADC6 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB189173198-
CMYK0.050.1300.22
HSL278.4º17.99%72.75%-
HSV(B)278.4º12.63%77.65%-
XYZ46.1244.7859.64-
YUV180.63137.8133.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.75%
GREEN value IS 173 (67.97% from 255) = 30.89%
BLUE value IS 198 (77.73% from 255) = 35.36%
R=33.75%
G=30.89%
B=35.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891731980.050.1300.22278.417.9972.75
HexBDADC65D0161161249
Octal27525530651502642622111
Binary1011110110101101110001101011101010110100010110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADC6; }

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

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

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

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

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

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

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

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