#BDAEC5

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

Shades of Chatelle #BDAEC5

Tints of Chatelle #BDAEC5

Color information

#BDAEC5 (or 0xBDAEC5) is unknown color: approx Chatelle. HEX triplet: BD, AE and C5. RGB value is (189,174,197). Sum of RGB (Red+Green+Blue) = 189+174+197=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 197 - color contains mainly: blue. Hex color #BDAEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEC5 is #42513A. Grayscale: #B5B5B5. Windows color (decimal): -4346171 or 12955325. OLE color: 12955325.

HSL color Cylindrical-coordinate representation of color #BDAEC5: hue angle of 279.13º 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 #BDAEC5 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB189174197-
CMYK0.040.1200.23
HSL279.13º16.55%72.75%-
HSV(B)279.13º11.68%77.25%-
XYZ46.245.1259.1-
YUV181.11136.97133.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.75%
GREEN value IS 174 (68.36% from 255) = 31.07%
BLUE value IS 197 (77.34% from 255) = 35.18%
R=33.75%
G=31.07%
B=35.18%

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
Decimal1891741970.040.1200.23279.1316.5572.75
HexBDAEC54C0171171149
Octal27525630541402742721111
Binary1011110110101110110001011001100010111100010111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEC5; }

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

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

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

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

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

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

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

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