Html Css Color HEX #BDADE1 Moon Raker

📋 copy color: '#BDADE1'

red 189 ◦ green 173 ◦ blue 225

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

Shades of Moon Raker #BDADE1

Tints of Moon Raker #BDADE1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.47%

 BLUE value IS 225 (88.28% from 255) = 38.33%

R = 32.2%
G = 29.47%
B = 38.33%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BDADE1 (or 0xBDADE1) is known color: Moon Raker. HEX triplet: BD, AD and E1. RGB value is (189,173,225). Sum of RGB (Red+Green+Blue) = 189+173+225=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADE1 is #42521E. Grayscale: #B7B7B7. Windows color (decimal): -4346399 or 14790077. OLE color: 14790077.

HSL color Cylindrical-coordinate representation of color #BDADE1: hue angle of 258.46º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDADE1 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 173 225 -
CMYK 0.16 0.23 0 0.12
HSL 258.46º 0.46% 0.78% -
HSV(B) 258.46º 0.23% 0.88% -
XYZ 49.52 46.14 77.53 -
YUV 183.71 151.3 131.77 -
System Red Green Blue C M Y K H S L
Decimal 189 173 225 0.16 0.23 0 0.12 258.46 0.46 0.78
Hex BD AD E1 10 17 0 C 102 2E 4E
Octal 275 255 341 20 27 0 14 402 56 116
Binary 10111101 10101101 11100001 10000 10111 0 1100 100000010 101110 1001110

Color Harmonies of #BDADE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDADE1

Black with #BDADE1

Text Example


Text Example

White with #BDADE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDADE1; }

 p { color: rgb(189,173,225); }

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

background-color css

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

 a { background-color: rgb(189,173,225); }

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

border-color css

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

 span { border-color: rgb(189,173,225); }

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