#B5A9CF

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

Shades of Moon Raker #B5A9CF

Tints of Moon Raker #B5A9CF

Color information

#B5A9CF (or 0xB5A9CF) is unknown color: approx Moon Raker. HEX triplet: B5, A9 and CF. RGB value is (181,169,207). Sum of RGB (Red+Green+Blue) = 181+169+207=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #B5A9CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A9CF is #4A5630. Grayscale: #B0B0B0. Windows color (decimal): -4871729 or 13609397. OLE color: 13609397.

HSL color Cylindrical-coordinate representation of color #B5A9CF: hue angle of 258.95º 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 #B5A9CF is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB181169207-
CMYK0.130.1800.19
HSL258.95º28.36%73.73%-
HSV(B)258.95º18.36%81.18%-
XYZ44.5142.764.93-
YUV176.92144.98130.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.50%
GREEN value IS 169 (66.41% from 255) = 30.34%
BLUE value IS 207 (81.25% from 255) = 37.16%
R=32.50%
G=30.34%
B=37.16%

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
Decimal1811692070.130.1800.19258.9528.3673.73
HexB5A9CFD120131031c4a
Octal265251317152202340334112
Binary101101011010100111001111110110010010011100000011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A9CF; }

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

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

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

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

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

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

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

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