#BDADDC

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

Shades of Moon Raker #BDADDC

Tints of Moon Raker #BDADDC

Color information

#BDADDC (or 0xBDADDC) is unknown color: approx Moon Raker. HEX triplet: BD, AD and DC. RGB value is (189,173,220). Sum of RGB (Red+Green+Blue) = 189+173+220=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADDC is #425223. Grayscale: #B6B6B6. Windows color (decimal): -4346404 or 14462397. OLE color: 14462397.

HSL color Cylindrical-coordinate representation of color #BDADDC: hue angle of 260.43º 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 #BDADDC is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB189173220-
CMYK0.140.2100.14
HSL260.43º40.17%77.06%-
HSV(B)260.43º21.36%86.27%-
XYZ48.8545.8773.99-
YUV183.14148.8132.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.47%
GREEN value IS 173 (67.97% from 255) = 29.73%
BLUE value IS 220 (86.33% from 255) = 37.80%
R=32.47%
G=29.73%
B=37.80%

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
Decimal1891732200.140.2100.14260.4340.1777.06
HexBDADDCE150E104284d
Octal275255334162501640450115
Binary101111011010110111011100111010101011101000001001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADDC; }

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

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

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

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

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

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

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

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