Html Css Color HEX #BDAFD5 Moon Raker

📋 copy color: '#BDAFD5'

red 189 ◦ green 175 ◦ blue 213

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

Shades of Moon Raker #BDAFD5

Tints of Moon Raker #BDAFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.92%

R = 32.76%
G = 30.33%
B = 36.92%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BDAFD5 (or 0xBDAFD5) is known color: Moon Raker. HEX triplet: BD, AF and D5. RGB value is (189,175,213). Sum of RGB (Red+Green+Blue) = 189+175+213=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDAFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFD5 is #42502A. Grayscale: #B7B7B7. Windows color (decimal): -4345899 or 14004157. OLE color: 14004157.

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

Color convert

RGB 189 175 213 -
CMYK 0.11 0.18 0 0.16
HSL 262.11º 0.31% 0.76% -
HSV(B) 262.11º 0.18% 0.84% -
XYZ 48.33 46.28 69.34 -
YUV 183.52 144.64 131.91 -
System Red Green Blue C M Y K H S L
Decimal 189 175 213 0.11 0.18 0 0.16 262.11 0.31 0.76
Hex BD AF D5 B 12 0 10 106 1F 4C
Octal 275 257 325 13 22 0 20 406 37 114
Binary 10111101 10101111 11010101 1011 10010 0 10000 100000110 11111 1001100

Color Harmonies of #BDAFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAFD5

Black with #BDAFD5

Text Example


Text Example

White with #BDAFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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