Html Css Color HEX #BDADDD Moon Raker

📋 copy color: '#BDADDD'

red 189 ◦ green 173 ◦ blue 221

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

Shades of Moon Raker #BDADDD

Tints of Moon Raker #BDADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.91%

R = 32.42%
G = 29.67%
B = 37.91%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDADDD (or 0xBDADDD) is known color: Moon Raker. HEX triplet: BD, AD and DD. RGB value is (189,173,221). Sum of RGB (Red+Green+Blue) = 189+173+221=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADDD is #425222. Grayscale: #B7B7B7. Windows color (decimal): -4346403 or 14527933. OLE color: 14527933.

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

Color convert

RGB 189 173 221 -
CMYK 0.14 0.22 0 0.13
HSL 260º 0.41% 0.77% -
HSV(B) 260º 0.22% 0.87% -
XYZ 48.98 45.93 74.69 -
YUV 183.26 149.3 132.1 -
System Red Green Blue C M Y K H S L
Decimal 189 173 221 0.14 0.22 0 0.13 260 0.41 0.77
Hex BD AD DD E 16 0 D 104 29 4D
Octal 275 255 335 16 26 0 15 404 51 115
Binary 10111101 10101101 11011101 1110 10110 0 1101 100000100 101001 1001101

Color Harmonies of #BDADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDADDD

Black with #BDADDD

Text Example


Text Example

White with #BDADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDADDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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