#BDAEDC

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

Shades of Moon Raker #BDAEDC

Tints of Moon Raker #BDAEDC

Color information

#BDAEDC (or 0xBDAEDC) is unknown color: approx Moon Raker. HEX triplet: BD, AE and DC. RGB value is (189,174,220). Sum of RGB (Red+Green+Blue) = 189+174+220=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDAEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEDC is #425123. Grayscale: #B7B7B7. Windows color (decimal): -4346148 or 14462653. OLE color: 14462653.

HSL color Cylindrical-coordinate representation of color #BDAEDC: hue angle of 259.57º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDAEDC is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB189174220-
CMYK0.140.2100.14
HSL259.57º39.66%77.25%-
HSV(B)259.57º20.91%86.27%-
XYZ49.0446.2674.05-
YUV183.73148.47131.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.42%
GREEN value IS 174 (68.36% from 255) = 29.85%
BLUE value IS 220 (86.33% from 255) = 37.74%
R=32.42%
G=29.85%
B=37.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891742200.140.2100.14259.5739.6677.25
HexBDAEDCE150E104284d
Octal275256334162501640450115
Binary101111011010111011011100111010101011101000001001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEDC; }

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

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

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

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

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

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

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

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