Html Css Color HEX #BDADD9 Moon Raker

📋 copy color: '#BDADD9'

red 189 ◦ green 173 ◦ blue 217

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

Shades of Moon Raker #BDADD9

Tints of Moon Raker #BDADD9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.88%

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

R = 32.64%
G = 29.88%
B = 37.48%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BDADD9 (or 0xBDADD9) is known color: Moon Raker. HEX triplet: BD, AD and D9. RGB value is (189,173,217). Sum of RGB (Red+Green+Blue) = 189+173+217=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 217 (85.16% from 255 or 37.48% from 579); Max value from RGB is 217 - color contains mainly: blue. Hex color #BDADD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADD9 is #425226. Grayscale: #B6B6B6. Windows color (decimal): -4346407 or 14265789. OLE color: 14265789.

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

Color convert

RGB 189 173 217 -
CMYK 0.13 0.20 0 0.15
HSL 261.82º 0.37% 0.76% -
HSV(B) 261.82º 0.2% 0.85% -
XYZ 48.45 45.72 71.92 -
YUV 182.8 147.3 132.42 -
System Red Green Blue C M Y K H S L
Decimal 189 173 217 0.13 0.20 0 0.15 261.82 0.37 0.76
Hex BD AD D9 D 14 0 F 106 25 4C
Octal 275 255 331 15 24 0 17 406 45 114
Binary 10111101 10101101 11011001 1101 10100 0 1111 100000110 100101 1001100

Color Harmonies of #BDADD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDADD9

Black with #BDADD9

Text Example


Text Example

White with #BDADD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDADD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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