Html Css Color HEX #BDADE2 Moon Raker

📋 copy color: '#BDADE2'

red 189 ◦ green 173 ◦ blue 226

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

Shades of Moon Raker #BDADE2

Tints of Moon Raker #BDADE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.44%

R = 32.14%
G = 29.42%
B = 38.44%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BDADE2 (or 0xBDADE2) is known color: Moon Raker. HEX triplet: BD, AD and E2. RGB value is (189,173,226). Sum of RGB (Red+Green+Blue) = 189+173+226=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 226 (88.67% from 255 or 38.44% from 588); Max value from RGB is 226 - color contains mainly: blue. Hex color #BDADE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADE2 is #42521D. Grayscale: #B7B7B7. Windows color (decimal): -4346398 or 14855613. OLE color: 14855613.

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

Color convert

RGB 189 173 226 -
CMYK 0.16 0.23 0 0.11
HSL 258.11º 0.48% 0.78% -
HSV(B) 258.11º 0.23% 0.89% -
XYZ 49.66 46.2 78.25 -
YUV 183.83 151.8 131.69 -
System Red Green Blue C M Y K H S L
Decimal 189 173 226 0.16 0.23 0 0.11 258.11 0.48 0.78
Hex BD AD E2 10 17 0 B 102 30 4E
Octal 275 255 342 20 27 0 13 402 60 116
Binary 10111101 10101101 11100010 10000 10111 0 1011 100000010 110000 1001110

Color Harmonies of #BDADE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDADE2

Black with #BDADE2

Text Example


Text Example

White with #BDADE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDADE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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