Html Css Color HEX #BDADDC Moon Raker

📋 copy color: '#BDADDC'

red 189 ◦ green 173 ◦ blue 220

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

Shades of Moon Raker #BDADDC

Tints of Moon Raker #BDADDC

RGB

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

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

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

R = 32.47%
G = 29.73%
B = 37.8%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDADDC (or 0xBDADDC) is known color: Moon Raker. HEX triplet: BD, AD and DC. RGB value is (189,173,220). Sum of RGB (Red+Green+Blue) = 189+173+220=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADDC is #425223. Grayscale: #B6B6B6. Windows color (decimal): -4346404 or 14462397. OLE color: 14462397.

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

Color convert

RGB 189 173 220 -
CMYK 0.14 0.21 0 0.14
HSL 260.43º 0.4% 0.77% -
HSV(B) 260.43º 0.21% 0.86% -
XYZ 48.85 45.87 73.99 -
YUV 183.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 189 173 220 0.14 0.21 0 0.14 260.43 0.4 0.77
Hex BD AD DC E 15 0 E 104 28 4D
Octal 275 255 334 16 25 0 16 404 50 115
Binary 10111101 10101101 11011100 1110 10101 0 1110 100000100 101000 1001101

Color Harmonies of #BDADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDADDC

Black with #BDADDC

Text Example


Text Example

White with #BDADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDADDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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