Html Css Color HEX #B5AADD Moon Raker

📋 copy color: '#B5AADD'

red 181 ◦ green 170 ◦ blue 221

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

Shades of Moon Raker #B5AADD

Tints of Moon Raker #B5AADD

RGB

 RED value IS 181 (71.09% from 255) = 31.64%

 GREEN value IS 170 (66.8% from 255) = 29.72%

 BLUE value IS 221 (86.72% from 255) = 38.64%

R = 31.64%
G = 29.72%
B = 38.64%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B5AADD (or 0xB5AADD) is known color: Moon Raker. HEX triplet: B5, AA and DD. RGB value is (181,170,221). Sum of RGB (Red+Green+Blue) = 181+170+221=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AADD is #4A5522. Grayscale: #B2B2B2. Windows color (decimal): -4871459 or 14527157. OLE color: 14527157.

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

Color convert

RGB 181 170 221 -
CMYK 0.18 0.23 0 0.13
HSL 252.94º 0.43% 0.77% -
HSV(B) 252.94º 0.23% 0.87% -
XYZ 46.48 43.79 74.41 -
YUV 179.1 151.64 129.35 -
System Red Green Blue C M Y K H S L
Decimal 181 170 221 0.18 0.23 0 0.13 252.94 0.43 0.77
Hex B5 AA DD 12 17 0 D FD 2B 4D
Octal 265 252 335 22 27 0 15 375 53 115
Binary 10110101 10101010 11011101 10010 10111 0 1101 11111101 101011 1001101

Color Harmonies of #B5AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AADD

Black with #B5AADD

Text Example


Text Example

White with #B5AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AADD; }

 p { color: rgb(181,170,221); }

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

background-color css

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

 a { background-color: rgb(181,170,221); }

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

border-color css

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

 span { border-color: rgb(181,170,221); }

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