#B5AACF

Color #B5AACF Moon Raker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Raker #B5AACF

Tints of Moon Raker #B5AACF

Color information

#B5AACF (or 0xB5AACF) is unknown color: approx Moon Raker. HEX triplet: B5, AA and CF. RGB value is (181,170,207). Sum of RGB (Red+Green+Blue) = 181+170+207=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 207 - color contains mainly: blue. Hex color #B5AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AACF is #4A5530. Grayscale: #B1B1B1. Windows color (decimal): -4871473 or 13609653. OLE color: 13609653.

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

Color convert

RGB181170207-
CMYK0.130.1800.19
HSL257.84º27.82%73.92%-
HSV(B)257.84º17.87%81.18%-
XYZ44.6943.0864.99-
YUV177.51144.64130.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.44%
GREEN value IS 170 (66.80% from 255) = 30.47%
BLUE value IS 207 (81.25% from 255) = 37.10%
R=32.44%
G=30.47%
B=37.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811702070.130.1800.19257.8427.8273.92
HexB5AACFD120131021c4a
Octal265252317152202340234112
Binary101101011010101011001111110110010010011100000010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AACF; }

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

 H1.HeaderClassName
 {
   color: #B5AACF;
 }
 .AnyTagClassName
 {
   color: #B5AACF;
 }
</style>
background-color css

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

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

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

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

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

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