Html Css Color HEX #BDACDC Moon Raker

📋 copy color: '#BDACDC'

red 189 ◦ green 172 ◦ blue 220

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

Shades of Moon Raker #BDACDC

Tints of Moon Raker #BDACDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.87%

R = 32.53%
G = 29.6%
B = 37.87%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDACDC (or 0xBDACDC) is known color: Moon Raker. HEX triplet: BD, AC and DC. RGB value is (189,172,220). Sum of RGB (Red+Green+Blue) = 189+172+220=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACDC is #425323. Grayscale: #B6B6B6. Windows color (decimal): -4346660 or 14462141. OLE color: 14462141.

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

Color convert

RGB 189 172 220 -
CMYK 0.14 0.22 0 0.14
HSL 261.25º 0.41% 0.77% -
HSV(B) 261.25º 0.22% 0.86% -
XYZ 48.66 45.49 73.93 -
YUV 182.56 149.13 132.6 -
System Red Green Blue C M Y K H S L
Decimal 189 172 220 0.14 0.22 0 0.14 261.25 0.41 0.77
Hex BD AC DC E 16 0 E 105 29 4D
Octal 275 254 334 16 26 0 16 405 51 115
Binary 10111101 10101100 11011100 1110 10110 0 1110 100000101 101001 1001101

Color Harmonies of #BDACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDACDC

Black with #BDACDC

Text Example


Text Example

White with #BDACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDACDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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