Html Css Color HEX #BDADDE Moon Raker

📋 copy color: '#BDADDE'

red 189 ◦ green 173 ◦ blue 222

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

Shades of Moon Raker #BDADDE

Tints of Moon Raker #BDADDE

RGB

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

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

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

R = 32.36%
G = 29.62%
B = 38.01%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDADDE (or 0xBDADDE) is known color: Moon Raker. HEX triplet: BD, AD and DE. RGB value is (189,173,222). Sum of RGB (Red+Green+Blue) = 189+173+222=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADDE is #425221. Grayscale: #B7B7B7. Windows color (decimal): -4346402 or 14593469. OLE color: 14593469.

HSL color Cylindrical-coordinate representation of color #BDADDE: hue angle of 259.59º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDADDE is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 173 222 -
CMYK 0.15 0.22 0 0.13
HSL 259.59º 0.43% 0.77% -
HSV(B) 259.59º 0.22% 0.87% -
XYZ 49.11 45.98 75.39 -
YUV 183.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 189 173 222 0.15 0.22 0 0.13 259.59 0.43 0.77
Hex BD AD DE F 16 0 D 104 2B 4D
Octal 275 255 336 17 26 0 15 404 53 115
Binary 10111101 10101101 11011110 1111 10110 0 1101 100000100 101011 1001101

Color Harmonies of #BDADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDADDE

Black with #BDADDE

Text Example


Text Example

White with #BDADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDADDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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