Html Css Color HEX #BDACDE Moon Raker

📋 copy color: '#BDACDE'

red 189 ◦ green 172 ◦ blue 222

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

Shades of Moon Raker #BDACDE

Tints of Moon Raker #BDACDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.08%

R = 32.42%
G = 29.5%
B = 38.08%

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

#BDACDE (or 0xBDACDE) is known color: Moon Raker. HEX triplet: BD, AC and DE. RGB value is (189,172,222). Sum of RGB (Red+Green+Blue) = 189+172+222=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACDE is #425321. Grayscale: #B6B6B6. Windows color (decimal): -4346658 or 14593213. OLE color: 14593213.

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

Color convert

RGB 189 172 222 -
CMYK 0.15 0.23 0 0.13
HSL 260.4º 0.43% 0.77% -
HSV(B) 260.4º 0.23% 0.87% -
XYZ 48.92 45.6 75.33 -
YUV 182.78 150.13 132.43 -
System Red Green Blue C M Y K H S L
Decimal 189 172 222 0.15 0.23 0 0.13 260.4 0.43 0.77
Hex BD AC DE F 17 0 D 104 2B 4D
Octal 275 254 336 17 27 0 15 404 53 115
Binary 10111101 10101100 11011110 1111 10111 0 1101 100000100 101011 1001101

Color Harmonies of #BDACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDACDE

Black with #BDACDE

Text Example


Text Example

White with #BDACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDACDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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