#B8B0C9

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

Shades of Moon Raker #B8B0C9

Tints of Moon Raker #B8B0C9

Color information

#B8B0C9 (or 0xB8B0C9) is unknown color: approx Moon Raker. HEX triplet: B8, B0 and C9. RGB value is (184,176,201). Sum of RGB (Red+Green+Blue) = 184+176+201=561 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.80% from 561); Green value is 176 (69.14% from 255 or 31.37% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 201 - color contains mainly: blue. Hex color #B8B0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B0C9 is #474F36. Grayscale: #B5B5B5. Windows color (decimal): -4673335 or 13217976. OLE color: 13217976.

HSL color Cylindrical-coordinate representation of color #B8B0C9: hue angle of 259.2º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8B0C9 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB184176201-
CMYK0.080.1200.21
HSL259.2º18.8%73.92%-
HSV(B)259.2º12.44%78.82%-
XYZ45.8445.4661.62-
YUV181.24139.15129.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.80%
GREEN value IS 176 (69.14% from 255) = 31.37%
BLUE value IS 201 (78.91% from 255) = 35.83%
R=32.80%
G=31.37%
B=35.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1841762010.080.1200.21259.218.873.92
HexB8B0C98C015103134a
Octal270260311101402540323112
Binary10111000101100001100100110001100010101100000011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B0C9; }

 p { color: rgb(184,176,201); }

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

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

 a { background-color: rgb(184,176,201); }

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

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

 span { border-color: rgb(184,176,201); }

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