#BDADD4

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

Shades of Moon Raker #BDADD4

Tints of Moon Raker #BDADD4

Color information

#BDADD4 (or 0xBDADD4) is unknown color: approx Moon Raker. HEX triplet: BD, AD and D4. RGB value is (189,173,212). Sum of RGB (Red+Green+Blue) = 189+173+212=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 212 - color contains mainly: blue. Hex color #BDADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADD4 is #42522B. Grayscale: #B6B6B6. Windows color (decimal): -4346412 or 13938109. OLE color: 13938109.

HSL color Cylindrical-coordinate representation of color #BDADD4: hue angle of 264.62º degrees, saturation: 0.31, 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 #BDADD4 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB189173212-
CMYK0.110.1800.17
HSL264.62º31.2%75.49%-
HSV(B)264.62º18.4%83.14%-
XYZ47.8145.4668.54-
YUV182.23144.8132.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.93%
GREEN value IS 173 (67.97% from 255) = 30.14%
BLUE value IS 212 (83.20% from 255) = 36.93%
R=32.93%
G=30.14%
B=36.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1891732120.110.1800.17264.6231.275.49
HexBDADD4B120111091f4b
Octal275255324132202141137113
Binary101111011010110111010100101110010010001100001001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADD4; }

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

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

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

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

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

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

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

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