Html Css Color HEX #BDAFDE Moon Raker

📋 copy color: '#BDAFDE'

red 189 ◦ green 175 ◦ blue 222

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

Shades of Moon Raker #BDAFDE

Tints of Moon Raker #BDAFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.88%

R = 32.25%
G = 29.86%
B = 37.88%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDAFDE (or 0xBDAFDE) is known color: Moon Raker. HEX triplet: BD, AF and DE. RGB value is (189,175,222). Sum of RGB (Red+Green+Blue) = 189+175+222=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDAFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFDE is #425021. Grayscale: #B8B8B8. Windows color (decimal): -4345890 or 14593981. OLE color: 14593981.

HSL color Cylindrical-coordinate representation of color #BDAFDE: hue angle of 257.87º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDAFDE is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 175 222 -
CMYK 0.15 0.21 0 0.13
HSL 257.87º 0.42% 0.78% -
HSV(B) 257.87º 0.21% 0.87% -
XYZ 49.5 46.75 75.52 -
YUV 184.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 189 175 222 0.15 0.21 0 0.13 257.87 0.42 0.78
Hex BD AF DE F 15 0 D 102 2A 4E
Octal 275 257 336 17 25 0 15 402 52 116
Binary 10111101 10101111 11011110 1111 10101 0 1101 100000010 101010 1001110

Color Harmonies of #BDAFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAFDE

Black with #BDAFDE

Text Example


Text Example

White with #BDAFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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