Html Css Color HEX #B5AACE Moon Raker

📋 copy color: '#B5AACE'

red 181 ◦ green 170 ◦ blue 206

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

Shades of Moon Raker #B5AACE

Tints of Moon Raker #B5AACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.98%

R = 32.5%
G = 30.52%
B = 36.98%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B5AACE (or 0xB5AACE) is known color: Moon Raker. HEX triplet: B5, AA and CE. RGB value is (181,170,206). Sum of RGB (Red+Green+Blue) = 181+170+206=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #B5AACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AACE is #4A5531. Grayscale: #B1B1B1. Windows color (decimal): -4871474 or 13544117. OLE color: 13544117.

HSL color Cylindrical-coordinate representation of color #B5AACE: hue angle of 258.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5AACE is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 170 206 -
CMYK 0.12 0.17 0 0.19
HSL 258.33º 0.27% 0.74% -
HSV(B) 258.33º 0.17% 0.81% -
XYZ 44.57 43.03 64.35 -
YUV 177.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 181 170 206 0.12 0.17 0 0.19 258.33 0.27 0.74
Hex B5 AA CE C 11 0 13 102 1B 4A
Octal 265 252 316 14 21 0 23 402 33 112
Binary 10110101 10101010 11001110 1100 10001 0 10011 100000010 11011 1001010

Color Harmonies of #B5AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AACE

Black with #B5AACE

Text Example


Text Example

White with #B5AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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