Html Css Color HEX #BDADDB Moon Raker

📋 copy color: '#BDADDB'

red 189 ◦ green 173 ◦ blue 219

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

Shades of Moon Raker #BDADDB

Tints of Moon Raker #BDADDB

RGB

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

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

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

R = 32.53%
G = 29.78%
B = 37.69%

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

#BDADDB (or 0xBDADDB) is known color: Moon Raker. HEX triplet: BD, AD and DB. RGB value is (189,173,219). Sum of RGB (Red+Green+Blue) = 189+173+219=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADDB is #425224. Grayscale: #B6B6B6. Windows color (decimal): -4346405 or 14396861. OLE color: 14396861.

HSL color Cylindrical-coordinate representation of color #BDADDB: hue angle of 260.87º degrees, saturation: 0.39, 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 #BDADDB is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 173 219 -
CMYK 0.14 0.21 0 0.14
HSL 260.87º 0.39% 0.77% -
HSV(B) 260.87º 0.21% 0.86% -
XYZ 48.72 45.82 73.29 -
YUV 183.03 148.3 132.26 -
System Red Green Blue C M Y K H S L
Decimal 189 173 219 0.14 0.21 0 0.14 260.87 0.39 0.77
Hex BD AD DB E 15 0 E 105 27 4D
Octal 275 255 333 16 25 0 16 405 47 115
Binary 10111101 10101101 11011011 1110 10101 0 1110 100000101 100111 1001101

Color Harmonies of #BDADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDADDB

Black with #BDADDB

Text Example


Text Example

White with #BDADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDADDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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