Html Css Color HEX #BDACD9 Moon Raker

📋 copy color: '#BDACD9'

red 189 ◦ green 172 ◦ blue 217

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

Shades of Moon Raker #BDACD9

Tints of Moon Raker #BDACD9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.76%

 BLUE value IS 217 (85.16% from 255) = 37.54%

R = 32.7%
G = 29.76%
B = 37.54%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BDACD9 (or 0xBDACD9) is known color: Moon Raker. HEX triplet: BD, AC and D9. RGB value is (189,172,217). Sum of RGB (Red+Green+Blue) = 189+172+217=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 217 (85.16% from 255 or 37.54% from 578); Max value from RGB is 217 - color contains mainly: blue. Hex color #BDACD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACD9 is #425326. Grayscale: #B6B6B6. Windows color (decimal): -4346663 or 14265533. OLE color: 14265533.

HSL color Cylindrical-coordinate representation of color #BDACD9: hue angle of 262.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDACD9 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 172 217 -
CMYK 0.13 0.21 0 0.15
HSL 262.67º 0.37% 0.76% -
HSV(B) 262.67º 0.21% 0.85% -
XYZ 48.26 45.33 71.85 -
YUV 182.21 147.63 132.84 -
System Red Green Blue C M Y K H S L
Decimal 189 172 217 0.13 0.21 0 0.15 262.67 0.37 0.76
Hex BD AC D9 D 15 0 F 107 25 4C
Octal 275 254 331 15 25 0 17 407 45 114
Binary 10111101 10101100 11011001 1101 10101 0 1111 100000111 100101 1001100

Color Harmonies of #BDACD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDACD9

Black with #BDACD9

Text Example


Text Example

White with #BDACD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDACD9; }

 p { color: rgb(189,172,217); }

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

background-color css

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

 a { background-color: rgb(189,172,217); }

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

border-color css

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

 span { border-color: rgb(189,172,217); }

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