Html Css Color HEX #BDAEDB Moon Raker

📋 copy color: '#BDAEDB'

red 189 ◦ green 174 ◦ blue 219

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

Shades of Moon Raker #BDAEDB

Tints of Moon Raker #BDAEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.9%

 BLUE value IS 219 (85.94% from 255) = 37.63%

R = 32.47%
G = 29.9%
B = 37.63%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDAEDB (or 0xBDAEDB) is known color: Moon Raker. HEX triplet: BD, AE and DB. RGB value is (189,174,219). Sum of RGB (Red+Green+Blue) = 189+174+219=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDAEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEDB is #425124. Grayscale: #B7B7B7. Windows color (decimal): -4346149 or 14397117. OLE color: 14397117.

HSL color Cylindrical-coordinate representation of color #BDAEDB: hue angle of 260º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDAEDB is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 174 219 -
CMYK 0.14 0.21 0 0.14
HSL 260º 0.38% 0.77% -
HSV(B) 260º 0.21% 0.86% -
XYZ 48.91 46.21 73.36 -
YUV 183.62 147.97 131.84 -
System Red Green Blue C M Y K H S L
Decimal 189 174 219 0.14 0.21 0 0.14 260 0.38 0.77
Hex BD AE DB E 15 0 E 104 26 4D
Octal 275 256 333 16 25 0 16 404 46 115
Binary 10111101 10101110 11011011 1110 10101 0 1110 100000100 100110 1001101

Color Harmonies of #BDAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEDB

Black with #BDAEDB

Text Example


Text Example

White with #BDAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEDB; }

 p { color: rgb(189,174,219); }

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

background-color css

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

 a { background-color: rgb(189,174,219); }

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

border-color css

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

 span { border-color: rgb(189,174,219); }

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