Html Css Color HEX #BDAFDA Moon Raker

📋 copy color: '#BDAFDA'

red 189 ◦ green 175 ◦ blue 218

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

Shades of Moon Raker #BDAFDA

Tints of Moon Raker #BDAFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.46%

R = 32.47%
G = 30.07%
B = 37.46%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BDAFDA (or 0xBDAFDA) is known color: Moon Raker. HEX triplet: BD, AF and DA. RGB value is (189,175,218). Sum of RGB (Red+Green+Blue) = 189+175+218=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDAFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFDA is #425025. Grayscale: #B7B7B7. Windows color (decimal): -4345894 or 14331837. OLE color: 14331837.

HSL color Cylindrical-coordinate representation of color #BDAFDA: hue angle of 259.53º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDAFDA is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 175 218 -
CMYK 0.13 0.20 0 0.15
HSL 259.53º 0.37% 0.77% -
HSV(B) 259.53º 0.2% 0.85% -
XYZ 48.97 46.54 72.73 -
YUV 184.09 147.14 131.5 -
System Red Green Blue C M Y K H S L
Decimal 189 175 218 0.13 0.20 0 0.15 259.53 0.37 0.77
Hex BD AF DA D 14 0 F 104 25 4D
Octal 275 257 332 15 24 0 17 404 45 115
Binary 10111101 10101111 11011010 1101 10100 0 1111 100000100 100101 1001101

Color Harmonies of #BDAFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAFDA

Black with #BDAFDA

Text Example


Text Example

White with #BDAFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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