Html Css Color HEX #BDACDF Moon Raker

📋 copy color: '#BDACDF'

red 189 ◦ green 172 ◦ blue 223

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

Shades of Moon Raker #BDACDF

Tints of Moon Raker #BDACDF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.45%

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

R = 32.36%
G = 29.45%
B = 38.18%

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

#BDACDF (or 0xBDACDF) is known color: Moon Raker. HEX triplet: BD, AC and DF. RGB value is (189,172,223). Sum of RGB (Red+Green+Blue) = 189+172+223=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACDF is #425320. Grayscale: #B6B6B6. Windows color (decimal): -4346657 or 14658749. OLE color: 14658749.

HSL color Cylindrical-coordinate representation of color #BDACDF: hue angle of 260º degrees, saturation: 0.44, 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 #BDACDF is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 172 223 -
CMYK 0.15 0.23 0 0.13
HSL 260º 0.44% 0.77% -
HSV(B) 260º 0.23% 0.87% -
XYZ 49.06 45.65 76.04 -
YUV 182.9 150.63 132.35 -
System Red Green Blue C M Y K H S L
Decimal 189 172 223 0.15 0.23 0 0.13 260 0.44 0.77
Hex BD AC DF F 17 0 D 104 2C 4D
Octal 275 254 337 17 27 0 15 404 54 115
Binary 10111101 10101100 11011111 1111 10111 0 1101 100000100 101100 1001101

Color Harmonies of #BDACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDACDF

Black with #BDACDF

Text Example


Text Example

White with #BDACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDACDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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