#BDADD3

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

Shades of Moon Raker #BDADD3

Tints of Moon Raker #BDADD3

Color information

#BDADD3 (or 0xBDADD3) is unknown color: approx Moon Raker. HEX triplet: BD, AD and D3. RGB value is (189,173,211). Sum of RGB (Red+Green+Blue) = 189+173+211=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 211 (82.81% from 255 or 36.82% from 573); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDADD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADD3 is #42522C. Grayscale: #B5B5B5. Windows color (decimal): -4346413 or 13872573. OLE color: 13872573.

HSL color Cylindrical-coordinate representation of color #BDADD3: hue angle of 265.26º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDADD3 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB189173211-
CMYK0.100.1800.17
HSL265.26º30.16%75.29%-
HSV(B)265.26º18.01%82.75%-
XYZ47.6945.4167.88-
YUV182.12144.3132.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.98%
GREEN value IS 173 (67.97% from 255) = 30.19%
BLUE value IS 211 (82.81% from 255) = 36.82%
R=32.98%
G=30.19%
B=36.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1891732110.100.1800.17265.2630.1675.29
HexBDADD3A120111091e4b
Octal275255323122202141136113
Binary101111011010110111010011101010010010001100001001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADD3; }

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

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

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

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

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

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

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

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