#BDAEC4

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

Shades of Chatelle #BDAEC4

Tints of Chatelle #BDAEC4

Color information

#BDAEC4 (or 0xBDAEC4) is unknown color: approx Chatelle. HEX triplet: BD, AE and C4. RGB value is (189,174,196). Sum of RGB (Red+Green+Blue) = 189+174+196=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 196 - color contains mainly: blue. Hex color #BDAEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEC4 is #42513B. Grayscale: #B4B4B4. Windows color (decimal): -4346172 or 12889789. OLE color: 12889789.

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

Color convert

RGB189174196-
CMYK0.040.1100.23
HSL280.91º15.71%72.55%-
HSV(B)280.91º11.22%76.86%-
XYZ46.0945.0858.5-
YUV180.99136.47133.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.81%
GREEN value IS 174 (68.36% from 255) = 31.13%
BLUE value IS 196 (76.95% from 255) = 35.06%
R=33.81%
G=31.13%
B=35.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891741960.040.1100.23280.9115.7172.55
HexBDAEC44B0171191049
Octal27525630441302743120111
Binary1011110110101110110001001001011010111100011001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEC4; }

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

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

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

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

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

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

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

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