Html Css Color HEX #BDA9DF Moon Raker

📋 copy color: '#BDA9DF'

red 189 ◦ green 169 ◦ blue 223

#BDA9DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Raker #BDA9DF

Tints of Moon Raker #BDA9DF

RGB

 RED value IS 189 (74.22% from 255) = 32.53%

 GREEN value IS 169 (66.41% from 255) = 29.09%

 BLUE value IS 223 (87.5% from 255) = 38.38%

R = 32.53%
G = 29.09%
B = 38.38%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDA9DF (or 0xBDA9DF) is known color: Moon Raker. HEX triplet: BD, A9 and DF. RGB value is (189,169,223). Sum of RGB (Red+Green+Blue) = 189+169+223=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 169 (66.41% from 255 or 29.09% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDA9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA9DF is #425620. Grayscale: #B4B4B4. Windows color (decimal): -4347425 or 14657981. OLE color: 14657981.

HSL color Cylindrical-coordinate representation of color #BDA9DF: hue angle of 262.22º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDA9DF is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 169 223 -
CMYK 0.15 0.24 0 0.13
HSL 262.22º 0.46% 0.77% -
HSV(B) 262.22º 0.24% 0.87% -
XYZ 48.49 44.52 75.85 -
YUV 181.14 151.63 133.61 -
System Red Green Blue C M Y K H S L
Decimal 189 169 223 0.15 0.24 0 0.13 262.22 0.46 0.77
Hex BD A9 DF F 18 0 D 106 2E 4D
Octal 275 251 337 17 30 0 15 406 56 115
Binary 10111101 10101001 11011111 1111 11000 0 1101 100000110 101110 1001101

Color Harmonies of #BDA9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA9DF

Black with #BDA9DF

Text Example


Text Example

White with #BDA9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA9DF; }

 p { color: rgb(189,169,223); }

 H1.HeaderClassName
 {
   color: #BDA9DF;
 }
 .AnyTagClassName
 {
   color: #BDA9DF;
 }
</style>

background-color css

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

 a { background-color: rgb(189,169,223); }

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

border-color css

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

 span { border-color: rgb(189,169,223); }

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