Html Css Color HEX #BDAFD7 Moon Raker

📋 copy color: '#BDAFD7'

red 189 ◦ green 175 ◦ blue 215

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

Shades of Moon Raker #BDAFD7

Tints of Moon Raker #BDAFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.13%

R = 32.64%
G = 30.22%
B = 37.13%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BDAFD7 (or 0xBDAFD7) is known color: Moon Raker. HEX triplet: BD, AF and D7. RGB value is (189,175,215). Sum of RGB (Red+Green+Blue) = 189+175+215=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 215 (84.38% from 255 or 37.13% from 579); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDAFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFD7 is #425028. Grayscale: #B7B7B7. Windows color (decimal): -4345897 or 14135229. OLE color: 14135229.

HSL color Cylindrical-coordinate representation of color #BDAFD7: hue angle of 261º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDAFD7 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 175 215 -
CMYK 0.12 0.19 0 0.16
HSL 261º 0.33% 0.76% -
HSV(B) 261º 0.19% 0.84% -
XYZ 48.58 46.39 70.68 -
YUV 183.75 145.64 131.75 -
System Red Green Blue C M Y K H S L
Decimal 189 175 215 0.12 0.19 0 0.16 261 0.33 0.76
Hex BD AF D7 C 13 0 10 105 21 4C
Octal 275 257 327 14 23 0 20 405 41 114
Binary 10111101 10101111 11010111 1100 10011 0 10000 100000101 100001 1001100

Color Harmonies of #BDAFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAFD7

Black with #BDAFD7

Text Example


Text Example

White with #BDAFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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