#B9A9CD

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

Shades of Moon Raker #B9A9CD

Tints of Moon Raker #B9A9CD

Color information

#B9A9CD (or 0xB9A9CD) is unknown color: approx Moon Raker. HEX triplet: B9, A9 and CD. RGB value is (185,169,205). Sum of RGB (Red+Green+Blue) = 185+169+205=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9A9CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A9CD is #465632. Grayscale: #B1B1B1. Windows color (decimal): -4609587 or 13478329. OLE color: 13478329.

HSL color Cylindrical-coordinate representation of color #B9A9CD: hue angle of 266.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9A9CD is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185169205-
CMYK0.100.1800.20
HSL266.67º26.47%73.33%-
HSV(B)266.67º17.56%80.39%-
XYZ45.2143.163.69-
YUV177.89143.3133.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.09%
GREEN value IS 169 (66.41% from 255) = 30.23%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=33.09%
G=30.23%
B=36.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851692050.100.1800.20266.6726.4773.33
HexB9A9CDA1201410b1a49
Octal271251315122202441332111
Binary101110011010100111001101101010010010100100001011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A9CD; }

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

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

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

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

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

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

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

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