Html Css Color HEX #BDADD3 Moon Raker

📋 copy color: '#BDADD3'

red 189 ◦ green 173 ◦ blue 211

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

Shades of Moon Raker #BDADD3

Tints of Moon Raker #BDADD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.82%

R = 32.98%
G = 30.19%
B = 36.82%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BDADD3 (or 0xBDADD3) is known color: Moon Raker. HEX triplet: BD, AD and D3. RGB value is (189,173,211). Sum of RGB (Red+Green+Blue) = 189+173+211=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 211 (82.81% from 255 or 36.82% from 573); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDADD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADD3 is #42522C. Grayscale: #B5B5B5. Windows color (decimal): -4346413 or 13872573. OLE color: 13872573.

HSL color Cylindrical-coordinate representation of color #BDADD3: hue angle of 265.26º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDADD3 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 173 211 -
CMYK 0.10 0.18 0 0.17
HSL 265.26º 0.3% 0.75% -
HSV(B) 265.26º 0.18% 0.83% -
XYZ 47.69 45.41 67.88 -
YUV 182.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 189 173 211 0.10 0.18 0 0.17 265.26 0.3 0.75
Hex BD AD D3 A 12 0 11 109 1E 4B
Octal 275 255 323 12 22 0 21 411 36 113
Binary 10111101 10101101 11010011 1010 10010 0 10001 100001001 11110 1001011

Color Harmonies of #BDADD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDADD3

Black with #BDADD3

Text Example


Text Example

White with #BDADD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDADD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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