#B9ABCF

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

Shades of Moon Raker #B9ABCF

Tints of Moon Raker #B9ABCF

Color information

#B9ABCF (or 0xB9ABCF) is unknown color: approx Moon Raker. HEX triplet: B9, AB and CF. RGB value is (185,171,207). Sum of RGB (Red+Green+Blue) = 185+171+207=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #B9ABCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABCF is #465430. Grayscale: #B3B3B3. Windows color (decimal): -4609073 or 13609913. OLE color: 13609913.

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

Color convert

RGB185171207-
CMYK0.110.1700.19
HSL263.33º27.27%74.12%-
HSV(B)263.33º17.39%81.18%-
XYZ45.8343.9565.1-
YUV179.29143.64132.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.86%
GREEN value IS 171 (67.19% from 255) = 30.37%
BLUE value IS 207 (81.25% from 255) = 36.77%
R=32.86%
G=30.37%
B=36.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851712070.110.1700.19263.3327.2774.12
HexB9ABCFB110131071b4a
Octal271253317132102340733112
Binary101110011010101111001111101110001010011100000111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ABCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ABCF; }

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

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

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

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

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

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

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

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