#BDA9C7

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

Shades of Chatelle #BDA9C7

Tints of Chatelle #BDA9C7

Color information

#BDA9C7 (or 0xBDA9C7) is unknown color: approx Chatelle. HEX triplet: BD, A9 and C7. RGB value is (189,169,199). Sum of RGB (Red+Green+Blue) = 189+169+199=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 199 - color contains mainly: blue. Hex color #BDA9C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA9C7 is #425638. Grayscale: #B2B2B2. Windows color (decimal): -4347449 or 13085117. OLE color: 13085117.

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

Color convert

RGB189169199-
CMYK0.050.1500.22
HSL280º21.13%72.16%-
HSV(B)280º15.08%78.04%-
XYZ45.4843.3260-
YUV178.4139.63135.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 169 (66.41% from 255) = 30.34%
BLUE value IS 199 (78.12% from 255) = 35.73%
R=33.93%
G=30.34%
B=35.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891691990.050.1500.2228021.1372.16
HexBDA9C75F0161181548
Octal27525130751702643025110
Binary1011110110101001110001111011111010110100011000101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA9C7; }

 p { color: rgb(189,169,199); }

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

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

 a { background-color: rgb(189,169,199); }

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

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

 span { border-color: rgb(189,169,199); }

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