#BDABD4

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

Shades of Moon Raker #BDABD4

Tints of Moon Raker #BDABD4

Color information

#BDABD4 (or 0xBDABD4) is unknown color: approx Moon Raker. HEX triplet: BD, AB and D4. RGB value is (189,171,212). Sum of RGB (Red+Green+Blue) = 189+171+212=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 212 - color contains mainly: blue. Hex color #BDABD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABD4 is #42542B. Grayscale: #B4B4B4. Windows color (decimal): -4346924 or 13937597. OLE color: 13937597.

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

Color convert

RGB189171212-
CMYK0.110.1900.17
HSL266.34º32.28%75.1%-
HSV(B)266.34º19.34%83.14%-
XYZ47.4344.768.41-
YUV181.06145.46133.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.04%
GREEN value IS 171 (67.19% from 255) = 29.90%
BLUE value IS 212 (83.20% from 255) = 37.06%
R=33.04%
G=29.90%
B=37.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1891712120.110.1900.17266.3432.2875.1
HexBDABD4B1301110a204b
Octal275253324132302141240113
Binary1011110110101011110101001011100110100011000010101000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDABD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDABD4; }

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

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

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

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

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

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

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

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