Html Css Color HEX #BDABDD Moon Raker

📋 copy color: '#BDABDD'

red 189 ◦ green 171 ◦ blue 221

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

Shades of Moon Raker #BDABDD

Tints of Moon Raker #BDABDD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.43%

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

R = 32.53%
G = 29.43%
B = 38.04%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDABDD (or 0xBDABDD) is known color: Moon Raker. HEX triplet: BD, AB and DD. RGB value is (189,171,221). Sum of RGB (Red+Green+Blue) = 189+171+221=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABDD is #425422. Grayscale: #B5B5B5. Windows color (decimal): -4346915 or 14527421. OLE color: 14527421.

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

Color convert

RGB 189 171 221 -
CMYK 0.14 0.23 0 0.13
HSL 261.6º 0.42% 0.77% -
HSV(B) 261.6º 0.23% 0.87% -
XYZ 48.6 45.17 74.56 -
YUV 182.08 149.96 132.93 -
System Red Green Blue C M Y K H S L
Decimal 189 171 221 0.14 0.23 0 0.13 261.6 0.42 0.77
Hex BD AB DD E 17 0 D 106 2A 4D
Octal 275 253 335 16 27 0 15 406 52 115
Binary 10111101 10101011 11011101 1110 10111 0 1101 100000110 101010 1001101

Color Harmonies of #BDABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDABDD

Black with #BDABDD

Text Example


Text Example

White with #BDABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDABDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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