Html Css Color HEX #B5AADC Moon Raker

📋 copy color: '#B5AADC'

red 181 ◦ green 170 ◦ blue 220

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

Shades of Moon Raker #B5AADC

Tints of Moon Raker #B5AADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.53%

R = 31.7%
G = 29.77%
B = 38.53%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B5AADC (or 0xB5AADC) is known color: Moon Raker. HEX triplet: B5, AA and DC. RGB value is (181,170,220). Sum of RGB (Red+Green+Blue) = 181+170+220=571 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.70% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AADC is #4A5523. Grayscale: #B2B2B2. Windows color (decimal): -4871460 or 14461621. OLE color: 14461621.

HSL color Cylindrical-coordinate representation of color #B5AADC: hue angle of 253.2º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5AADC is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 170 220 -
CMYK 0.18 0.23 0 0.14
HSL 253.2º 0.42% 0.76% -
HSV(B) 253.2º 0.23% 0.86% -
XYZ 46.35 43.74 73.71 -
YUV 178.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 181 170 220 0.18 0.23 0 0.14 253.2 0.42 0.76
Hex B5 AA DC 12 17 0 E FD 2A 4C
Octal 265 252 334 22 27 0 16 375 52 114
Binary 10110101 10101010 11011100 10010 10111 0 1110 11111101 101010 1001100

Color Harmonies of #B5AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AADC

Black with #B5AADC

Text Example


Text Example

White with #B5AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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