#BDABE2

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

Shades of Moon Raker #BDABE2

Tints of Moon Raker #BDABE2

Color information

#BDABE2 (or 0xBDABE2) is unknown color: approx Moon Raker. HEX triplet: BD, AB and E2. RGB value is (189,171,226). Sum of RGB (Red+Green+Blue) = 189+171+226=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 226 (88.67% from 255 or 38.57% from 586); Max value from RGB is 226 - color contains mainly: blue. Hex color #BDABE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABE2 is #42541D. Grayscale: #B6B6B6. Windows color (decimal): -4346910 or 14855101. OLE color: 14855101.

HSL color Cylindrical-coordinate representation of color #BDABE2: hue angle of 259.64º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDABE2 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189171226-
CMYK0.160.2400.11
HSL259.64º48.67%77.84%-
HSV(B)259.64º24.34%88.63%-
XYZ49.2845.4478.12-
YUV182.65152.46132.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.25%
GREEN value IS 171 (67.19% from 255) = 29.18%
BLUE value IS 226 (88.67% from 255) = 38.57%
R=32.25%
G=29.18%
B=38.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1891712260.160.2400.11259.6448.6777.84
HexBDABE210180B104314e
Octal275253342203001340461116
Binary1011110110101011111000101000011000010111000001001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDABE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDABE2; }

 p { color: rgb(189,171,226); }

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

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

 a { background-color: rgb(189,171,226); }

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

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

 span { border-color: rgb(189,171,226); }

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