Html Css Color HEX #BDADD0 Moon Raker

📋 copy color: '#BDADD0'

red 189 ◦ green 173 ◦ blue 208

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

Shades of Moon Raker #BDADD0

Tints of Moon Raker #BDADD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.49%

R = 33.16%
G = 30.35%
B = 36.49%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BDADD0 (or 0xBDADD0) is known color: Moon Raker. HEX triplet: BD, AD and D0. RGB value is (189,173,208). Sum of RGB (Red+Green+Blue) = 189+173+208=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADD0 is #42522F. Grayscale: #B5B5B5. Windows color (decimal): -4346416 or 13675965. OLE color: 13675965.

HSL color Cylindrical-coordinate representation of color #BDADD0: hue angle of 267.43º degrees, saturation: 0.27, 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 #BDADD0 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 173 208 -
CMYK 0.09 0.17 0 0.18
HSL 267.43º 0.27% 0.75% -
HSV(B) 267.43º 0.17% 0.82% -
XYZ 47.32 45.26 65.92 -
YUV 181.77 142.8 133.15 -
System Red Green Blue C M Y K H S L
Decimal 189 173 208 0.09 0.17 0 0.18 267.43 0.27 0.75
Hex BD AD D0 9 11 0 12 10B 1B 4B
Octal 275 255 320 11 21 0 22 413 33 113
Binary 10111101 10101101 11010000 1001 10001 0 10010 100001011 11011 1001011

Color Harmonies of #BDADD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDADD0

Black with #BDADD0

Text Example


Text Example

White with #BDADD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDADD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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