Html Css Color HEX #BDAFDD Moon Raker

📋 copy color: '#BDAFDD'

red 189 ◦ green 175 ◦ blue 221

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

Shades of Moon Raker #BDAFDD

Tints of Moon Raker #BDAFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.78%

R = 32.31%
G = 29.91%
B = 37.78%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDAFDD (or 0xBDAFDD) is known color: Moon Raker. HEX triplet: BD, AF and DD. RGB value is (189,175,221). Sum of RGB (Red+Green+Blue) = 189+175+221=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDAFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFDD is #425022. Grayscale: #B8B8B8. Windows color (decimal): -4345891 or 14528445. OLE color: 14528445.

HSL color Cylindrical-coordinate representation of color #BDAFDD: hue angle of 258.26º degrees, saturation: 0.4, 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 #BDAFDD is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 175 221 -
CMYK 0.14 0.21 0 0.13
HSL 258.26º 0.4% 0.78% -
HSV(B) 258.26º 0.21% 0.87% -
XYZ 49.37 46.7 74.82 -
YUV 184.43 148.64 131.26 -
System Red Green Blue C M Y K H S L
Decimal 189 175 221 0.14 0.21 0 0.13 258.26 0.4 0.78
Hex BD AF DD E 15 0 D 102 28 4E
Octal 275 257 335 16 25 0 15 402 50 116
Binary 10111101 10101111 11011101 1110 10101 0 1101 100000010 101000 1001110

Color Harmonies of #BDAFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAFDD

Black with #BDAFDD

Text Example


Text Example

White with #BDAFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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