#BDB1D6

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

Shades of Moon Raker #BDB1D6

Tints of Moon Raker #BDB1D6

Color information

#BDB1D6 (or 0xBDB1D6) is unknown color: approx Moon Raker. HEX triplet: BD, B1 and D6. RGB value is (189,177,214). Sum of RGB (Red+Green+Blue) = 189+177+214=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDB1D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1D6 is #424E29. Grayscale: #B8B8B8. Windows color (decimal): -4345386 or 14070205. OLE color: 14070205.

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

Color convert

RGB189177214-
CMYK0.120.1700.16
HSL259.46º31.09%76.67%-
HSV(B)259.46º17.29%83.92%-
XYZ48.8547.1270.14-
YUV184.81144.48130.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.59%
GREEN value IS 177 (69.53% from 255) = 30.52%
BLUE value IS 214 (83.98% from 255) = 36.90%
R=32.59%
G=30.52%
B=36.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891772140.120.1700.16259.4631.0976.67
HexBDB1D6C110101031f4d
Octal275261326142102040337115
Binary101111011011000111010110110010001010000100000011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB1D6; }

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

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

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

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

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

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

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

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