Html Css Color HEX #BDAFD0 Moon Raker

📋 copy color: '#BDAFD0'

red 189 ◦ green 175 ◦ blue 208

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

Shades of Moon Raker #BDAFD0

Tints of Moon Raker #BDAFD0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.59%

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

R = 33.04%
G = 30.59%
B = 36.36%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BDAFD0 (or 0xBDAFD0) is known color: Moon Raker. HEX triplet: BD, AF and D0. RGB value is (189,175,208). Sum of RGB (Red+Green+Blue) = 189+175+208=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDAFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFD0 is #42502F. Grayscale: #B6B6B6. Windows color (decimal): -4345904 or 13676477. OLE color: 13676477.

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

Color convert

RGB 189 175 208 -
CMYK 0.09 0.16 0 0.18
HSL 265.45º 0.26% 0.75% -
HSV(B) 265.45º 0.16% 0.82% -
XYZ 47.7 46.03 66.05 -
YUV 182.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 189 175 208 0.09 0.16 0 0.18 265.45 0.26 0.75
Hex BD AF D0 9 10 0 12 109 1A 4B
Octal 275 257 320 11 20 0 22 411 32 113
Binary 10111101 10101111 11010000 1001 10000 0 10010 100001001 11010 1001011

Color Harmonies of #BDAFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAFD0

Black with #BDAFD0

Text Example


Text Example

White with #BDAFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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