#BDACC5

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

Shades of Chatelle #BDACC5

Tints of Chatelle #BDACC5

Color information

#BDACC5 (or 0xBDACC5) is unknown color: approx Chatelle. HEX triplet: BD, AC and C5. RGB value is (189,172,197). Sum of RGB (Red+Green+Blue) = 189+172+197=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 197 - color contains mainly: blue. Hex color #BDACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACC5 is #42533A. Grayscale: #B3B3B3. Windows color (decimal): -4346683 or 12954813. OLE color: 12954813.

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

Color convert

RGB189172197-
CMYK0.040.1300.23
HSL280.8º17.73%72.35%-
HSV(B)280.8º12.69%77.25%-
XYZ45.8244.3658.97-
YUV179.93137.63134.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.87%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 197 (77.34% from 255) = 35.30%
R=33.87%
G=30.82%
B=35.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891721970.040.1300.23280.817.7372.35
HexBDACC54D0171191248
Octal27525430541502743122110
Binary1011110110101100110001011001101010111100011001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACC5; }

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

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

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

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

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

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

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

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