Html Css Color HEX #B5AAC8 Moon Raker

📋 copy color: '#B5AAC8'

red 181 ◦ green 170 ◦ blue 200

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

Shades of Moon Raker #B5AAC8

Tints of Moon Raker #B5AAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.3%

R = 32.85%
G = 30.85%
B = 36.3%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B5AAC8 (or 0xB5AAC8) is known color: Moon Raker. HEX triplet: B5, AA and C8. RGB value is (181,170,200). Sum of RGB (Red+Green+Blue) = 181+170+200=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 200 - color contains mainly: blue. Hex color #B5AAC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AAC8 is #4A5537. Grayscale: #B0B0B0. Windows color (decimal): -4871480 or 13150901. OLE color: 13150901.

HSL color Cylindrical-coordinate representation of color #B5AAC8: hue angle of 262º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5AAC8 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 170 200 -
CMYK 0.09 0.15 0 0.22
HSL 262º 0.21% 0.73% -
HSV(B) 262º 0.15% 0.78% -
XYZ 43.86 42.74 60.58 -
YUV 176.71 141.14 131.06 -
System Red Green Blue C M Y K H S L
Decimal 181 170 200 0.09 0.15 0 0.22 262 0.21 0.73
Hex B5 AA C8 9 F 0 16 106 15 49
Octal 265 252 310 11 17 0 26 406 25 111
Binary 10110101 10101010 11001000 1001 1111 0 10110 100000110 10101 1001001

Color Harmonies of #B5AAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AAC8

Black with #B5AAC8

Text Example


Text Example

White with #B5AAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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