#B9A9CE

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

Shades of Moon Raker #B9A9CE

Tints of Moon Raker #B9A9CE

Color information

#B9A9CE (or 0xB9A9CE) is unknown color: approx Moon Raker. HEX triplet: B9, A9 and CE. RGB value is (185,169,206). Sum of RGB (Red+Green+Blue) = 185+169+206=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 206 - color contains mainly: blue. Hex color #B9A9CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A9CE is #465631. Grayscale: #B1B1B1. Windows color (decimal): -4609586 or 13543865. OLE color: 13543865.

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

Color convert

RGB185169206-
CMYK0.100.1800.19
HSL265.95º27.41%73.53%-
HSV(B)265.95º17.96%80.78%-
XYZ45.3443.1564.33-
YUV178143.8132.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.04%
GREEN value IS 169 (66.41% from 255) = 30.18%
BLUE value IS 206 (80.86% from 255) = 36.79%
R=33.04%
G=30.18%
B=36.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851692060.100.1800.19265.9527.4173.53
HexB9A9CEA1201310a1b4a
Octal271251316122202341233112
Binary101110011010100111001110101010010010011100001010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A9CE; }

 p { color: rgb(185,169,206); }

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

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

 a { background-color: rgb(185,169,206); }

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

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

 span { border-color: rgb(185,169,206); }

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