Html Css Color HEX #BDAFD3 Moon Raker

📋 copy color: '#BDAFD3'

red 189 ◦ green 175 ◦ blue 211

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

Shades of Moon Raker #BDAFD3

Tints of Moon Raker #BDAFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.7%

R = 32.87%
G = 30.43%
B = 36.7%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BDAFD3 (or 0xBDAFD3) is known color: Moon Raker. HEX triplet: BD, AF and D3. RGB value is (189,175,211). Sum of RGB (Red+Green+Blue) = 189+175+211=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 211 (82.81% from 255 or 36.70% from 575); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDAFD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFD3 is #42502C. Grayscale: #B7B7B7. Windows color (decimal): -4345901 or 13873085. OLE color: 13873085.

HSL color Cylindrical-coordinate representation of color #BDAFD3: hue angle of 263.33º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDAFD3 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 175 211 -
CMYK 0.10 0.17 0 0.17
HSL 263.33º 0.29% 0.76% -
HSV(B) 263.33º 0.17% 0.83% -
XYZ 48.07 46.18 68.01 -
YUV 183.29 143.64 132.07 -
System Red Green Blue C M Y K H S L
Decimal 189 175 211 0.10 0.17 0 0.17 263.33 0.29 0.76
Hex BD AF D3 A 11 0 11 107 1D 4C
Octal 275 257 323 12 21 0 21 407 35 114
Binary 10111101 10101111 11010011 1010 10001 0 10001 100000111 11101 1001100

Color Harmonies of #BDAFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAFD3

Black with #BDAFD3

Text Example


Text Example

White with #BDAFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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