Html Css Color HEX #BDACDD Moon Raker

📋 copy color: '#BDACDD'

red 189 ◦ green 172 ◦ blue 221

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

Shades of Moon Raker #BDACDD

Tints of Moon Raker #BDACDD

RGB

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

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

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

R = 32.47%
G = 29.55%
B = 37.97%

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

#BDACDD (or 0xBDACDD) is known color: Moon Raker. HEX triplet: BD, AC and DD. RGB value is (189,172,221). Sum of RGB (Red+Green+Blue) = 189+172+221=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACDD is #425322. Grayscale: #B6B6B6. Windows color (decimal): -4346659 or 14527677. OLE color: 14527677.

HSL color Cylindrical-coordinate representation of color #BDACDD: hue angle of 260.82º degrees, saturation: 0.42, 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 #BDACDD is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 172 221 -
CMYK 0.14 0.22 0 0.13
HSL 260.82º 0.42% 0.77% -
HSV(B) 260.82º 0.22% 0.87% -
XYZ 48.79 45.54 74.63 -
YUV 182.67 149.63 132.52 -
System Red Green Blue C M Y K H S L
Decimal 189 172 221 0.14 0.22 0 0.13 260.82 0.42 0.77
Hex BD AC DD E 16 0 D 105 2A 4D
Octal 275 254 335 16 26 0 15 405 52 115
Binary 10111101 10101100 11011101 1110 10110 0 1101 100000101 101010 1001101

Color Harmonies of #BDACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDACDD

Black with #BDACDD

Text Example


Text Example

White with #BDACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDACDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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