Html Css Color HEX #BDADD1 Moon Raker

📋 copy color: '#BDADD1'

red 189 ◦ green 173 ◦ blue 209

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

Shades of Moon Raker #BDADD1

Tints of Moon Raker #BDADD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.6%

R = 33.1%
G = 30.3%
B = 36.6%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BDADD1 (or 0xBDADD1) is known color: Moon Raker. HEX triplet: BD, AD and D1. RGB value is (189,173,209). Sum of RGB (Red+Green+Blue) = 189+173+209=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 209 (82.03% from 255 or 36.60% from 571); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADD1 is #42522E. Grayscale: #B5B5B5. Windows color (decimal): -4346415 or 13741501. OLE color: 13741501.

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

Color convert

RGB 189 173 209 -
CMYK 0.10 0.17 0 0.18
HSL 266.67º 0.28% 0.75% -
HSV(B) 266.67º 0.17% 0.82% -
XYZ 47.44 45.31 66.57 -
YUV 181.89 143.3 133.07 -
System Red Green Blue C M Y K H S L
Decimal 189 173 209 0.10 0.17 0 0.18 266.67 0.28 0.75
Hex BD AD D1 A 11 0 12 10B 1C 4B
Octal 275 255 321 12 21 0 22 413 34 113
Binary 10111101 10101101 11010001 1010 10001 0 10010 100001011 11100 1001011

Color Harmonies of #BDADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDADD1

Black with #BDADD1

Text Example


Text Example

White with #BDADD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDADD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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