Html Css Color HEX #BDACD8 Moon Raker

📋 copy color: '#BDACD8'

red 189 ◦ green 172 ◦ blue 216

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

Shades of Moon Raker #BDACD8

Tints of Moon Raker #BDACD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.44%

R = 32.76%
G = 29.81%
B = 37.44%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BDACD8 (or 0xBDACD8) is known color: Moon Raker. HEX triplet: BD, AC and D8. RGB value is (189,172,216). Sum of RGB (Red+Green+Blue) = 189+172+216=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 216 (84.77% from 255 or 37.44% from 577); Max value from RGB is 216 - color contains mainly: blue. Hex color #BDACD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACD8 is #425327. Grayscale: #B5B5B5. Windows color (decimal): -4346664 or 14199997. OLE color: 14199997.

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

Color convert

RGB 189 172 216 -
CMYK 0.12 0.20 0 0.15
HSL 263.18º 0.36% 0.76% -
HSV(B) 263.18º 0.2% 0.85% -
XYZ 48.13 45.28 71.17 -
YUV 182.1 147.13 132.92 -
System Red Green Blue C M Y K H S L
Decimal 189 172 216 0.12 0.20 0 0.15 263.18 0.36 0.76
Hex BD AC D8 C 14 0 F 107 24 4C
Octal 275 254 330 14 24 0 17 407 44 114
Binary 10111101 10101100 11011000 1100 10100 0 1111 100000111 100100 1001100

Color Harmonies of #BDACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDACD8

Black with #BDACD8

Text Example


Text Example

White with #BDACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDACD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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