#B9A8CF

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

Shades of Moon Raker #B9A8CF

Tints of Moon Raker #B9A8CF

Color information

#B9A8CF (or 0xB9A8CF) is unknown color: approx Moon Raker. HEX triplet: B9, A8 and CF. RGB value is (185,168,207). Sum of RGB (Red+Green+Blue) = 185+168+207=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #B9A8CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A8CF is #465730. Grayscale: #B1B1B1. Windows color (decimal): -4609841 or 13609145. OLE color: 13609145.

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

Color convert

RGB185168207-
CMYK0.110.1900.19
HSL266.15º28.89%73.53%-
HSV(B)266.15º18.84%81.18%-
XYZ45.2742.8264.91-
YUV177.53144.63133.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.04%
GREEN value IS 168 (66.02% from 255) = 30%
BLUE value IS 207 (81.25% from 255) = 36.96%
R=33.04%
G=30%
B=36.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851682070.110.1900.19266.1528.8973.53
HexB9A8CFB1301310a1d4a
Octal271250317132302341235112
Binary101110011010100011001111101110011010011100001010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A8CF; }

 p { color: rgb(185,168,207); }

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

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

 a { background-color: rgb(185,168,207); }

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

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

 span { border-color: rgb(185,168,207); }

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