Html Css Color HEX #B5AAD3 Moon Raker

📋 copy color: '#B5AAD3'

red 181 ◦ green 170 ◦ blue 211

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

Shades of Moon Raker #B5AAD3

Tints of Moon Raker #B5AAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.54%

R = 32.21%
G = 30.25%
B = 37.54%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B5AAD3 (or 0xB5AAD3) is known color: Moon Raker. HEX triplet: B5, AA and D3. RGB value is (181,170,211). Sum of RGB (Red+Green+Blue) = 181+170+211=562 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.21% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 211 (82.81% from 255 or 37.54% from 562); Max value from RGB is 211 - color contains mainly: blue. Hex color #B5AAD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AAD3 is #4A552C. Grayscale: #B1B1B1. Windows color (decimal): -4871469 or 13871797. OLE color: 13871797.

HSL color Cylindrical-coordinate representation of color #B5AAD3: hue angle of 256.1º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5AAD3 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 181 170 211 -
CMYK 0.14 0.19 0 0.17
HSL 256.1º 0.32% 0.75% -
HSV(B) 256.1º 0.19% 0.83% -
XYZ 45.19 43.28 67.6 -
YUV 177.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 181 170 211 0.14 0.19 0 0.17 256.1 0.32 0.75
Hex B5 AA D3 E 13 0 11 100 20 4B
Octal 265 252 323 16 23 0 21 400 40 113
Binary 10110101 10101010 11010011 1110 10011 0 10001 100000000 100000 1001011

Color Harmonies of #B5AAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AAD3

Black with #B5AAD3

Text Example


Text Example

White with #B5AAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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