Html Css Color HEX #BDABDF Moon Raker

📋 copy color: '#BDABDF'

red 189 ◦ green 171 ◦ blue 223

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

Shades of Moon Raker #BDABDF

Tints of Moon Raker #BDABDF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.33%

 BLUE value IS 223 (87.5% from 255) = 38.25%

R = 32.42%
G = 29.33%
B = 38.25%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDABDF (or 0xBDABDF) is known color: Moon Raker. HEX triplet: BD, AB and DF. RGB value is (189,171,223). Sum of RGB (Red+Green+Blue) = 189+171+223=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABDF is #425420. Grayscale: #B6B6B6. Windows color (decimal): -4346913 or 14658493. OLE color: 14658493.

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

Color convert

RGB 189 171 223 -
CMYK 0.15 0.23 0 0.13
HSL 260.77º 0.45% 0.77% -
HSV(B) 260.77º 0.23% 0.87% -
XYZ 48.87 45.27 75.97 -
YUV 182.31 150.96 132.77 -
System Red Green Blue C M Y K H S L
Decimal 189 171 223 0.15 0.23 0 0.13 260.77 0.45 0.77
Hex BD AB DF F 17 0 D 105 2D 4D
Octal 275 253 337 17 27 0 15 405 55 115
Binary 10111101 10101011 11011111 1111 10111 0 1101 100000101 101101 1001101

Color Harmonies of #BDABDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDABDF

Black with #BDABDF

Text Example


Text Example

White with #BDABDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDABDF; }

 p { color: rgb(189,171,223); }

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

background-color css

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

 a { background-color: rgb(189,171,223); }

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

border-color css

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

 span { border-color: rgb(189,171,223); }

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