#BDAFDB

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

Shades of Moon Raker #BDAFDB

Tints of Moon Raker #BDAFDB

Color information

#BDAFDB (or 0xBDAFDB) is unknown color: approx Moon Raker. HEX triplet: BD, AF and DB. RGB value is (189,175,219). Sum of RGB (Red+Green+Blue) = 189+175+219=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDAFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFDB is #425024. Grayscale: #B8B8B8. Windows color (decimal): -4345893 or 14397373. OLE color: 14397373.

HSL color Cylindrical-coordinate representation of color #BDAFDB: hue angle of 259.09º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDAFDB is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB189175219-
CMYK0.140.2000.14
HSL259.09º37.93%77.25%-
HSV(B)259.09º20.09%85.88%-
XYZ49.146.5973.42-
YUV184.2147.64131.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.42%
GREEN value IS 175 (68.75% from 255) = 30.02%
BLUE value IS 219 (85.94% from 255) = 37.56%
R=32.42%
G=30.02%
B=37.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891752190.140.2000.14259.0937.9377.25
HexBDAFDBE140E103264d
Octal275257333162401640346115
Binary101111011010111111011011111010100011101000000111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFDB; }

 p { color: rgb(189,175,219); }

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

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

 a { background-color: rgb(189,175,219); }

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

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

 span { border-color: rgb(189,175,219); }

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