#BDAFD6

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

Shades of Moon Raker #BDAFD6

Tints of Moon Raker #BDAFD6

Color information

#BDAFD6 (or 0xBDAFD6) is unknown color: approx Moon Raker. HEX triplet: BD, AF and D6. RGB value is (189,175,214). Sum of RGB (Red+Green+Blue) = 189+175+214=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDAFD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFD6 is #425029. Grayscale: #B7B7B7. Windows color (decimal): -4345898 or 14069693. OLE color: 14069693.

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

Color convert

RGB189175214-
CMYK0.120.1800.16
HSL261.54º32.23%76.27%-
HSV(B)261.54º18.22%83.92%-
XYZ48.4546.3370.01-
YUV183.63145.14131.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.70%
GREEN value IS 175 (68.75% from 255) = 30.28%
BLUE value IS 214 (83.98% from 255) = 37.02%
R=32.70%
G=30.28%
B=37.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891752140.120.1800.16261.5432.2376.27
HexBDAFD6C12010106204c
Octal275257326142202040640114
Binary1011110110101111110101101100100100100001000001101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFD6; }

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

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

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

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

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

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

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

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