#BDB3D6

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

Shades of Moon Raker #BDB3D6

Tints of Moon Raker #BDB3D6

Color information

#BDB3D6 (or 0xBDB3D6) is unknown color: approx Moon Raker. HEX triplet: BD, B3 and D6. RGB value is (189,179,214). Sum of RGB (Red+Green+Blue) = 189+179+214=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 179 (70.31% from 255 or 30.76% from 582); Blue value is 214 (83.98% from 255 or 36.77% from 582); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDB3D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB3D6 is #424C29. Grayscale: #B9B9B9. Windows color (decimal): -4344874 or 14070717. OLE color: 14070717.

HSL color Cylindrical-coordinate representation of color #BDB3D6: hue angle of 257.14º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDB3D6 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189179214-
CMYK0.120.1600.16
HSL257.14º29.91%77.06%-
HSV(B)257.14º16.36%83.92%-
XYZ49.2447.9170.27-
YUV185.98143.81130.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.47%
GREEN value IS 179 (70.31% from 255) = 30.76%
BLUE value IS 214 (83.98% from 255) = 36.77%
R=32.47%
G=30.76%
B=36.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891792140.120.1600.16257.1429.9177.06
HexBDB3D6C100101011e4d
Octal275263326142002040136115
Binary101111011011001111010110110010000010000100000001111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB3D6; }

 p { color: rgb(189,179,214); }

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

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

 a { background-color: rgb(189,179,214); }

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

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

 span { border-color: rgb(189,179,214); }

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