Html Css Color HEX #B5AAC5 Moon Raker

📋 copy color: '#B5AAC5'

red 181 ◦ green 170 ◦ blue 197

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

Shades of Moon Raker #B5AAC5

Tints of Moon Raker #B5AAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.95%

R = 33.03%
G = 31.02%
B = 35.95%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B5AAC5 (or 0xB5AAC5) is known color: Moon Raker. HEX triplet: B5, AA and C5. RGB value is (181,170,197). Sum of RGB (Red+Green+Blue) = 181+170+197=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 197 - color contains mainly: blue. Hex color #B5AAC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AAC5 is #4A553A. Grayscale: #B0B0B0. Windows color (decimal): -4871483 or 12954293. OLE color: 12954293.

HSL color Cylindrical-coordinate representation of color #B5AAC5: hue angle of 264.44º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5AAC5 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 181 170 197 -
CMYK 0.08 0.14 0 0.23
HSL 264.44º 0.19% 0.72% -
HSV(B) 264.44º 0.14% 0.77% -
XYZ 43.51 42.6 58.75 -
YUV 176.37 139.64 131.3 -
System Red Green Blue C M Y K H S L
Decimal 181 170 197 0.08 0.14 0 0.23 264.44 0.19 0.72
Hex B5 AA C5 8 E 0 17 108 13 48
Octal 265 252 305 10 16 0 27 410 23 110
Binary 10110101 10101010 11000101 1000 1110 0 10111 100001000 10011 1001000

Color Harmonies of #B5AAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AAC5

Black with #B5AAC5

Text Example


Text Example

White with #B5AAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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