#B7A8C8

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

Shades of Moon Raker #B7A8C8

Tints of Moon Raker #B7A8C8

Color information

#B7A8C8 (or 0xB7A8C8) is unknown color: approx Moon Raker. HEX triplet: B7, A8 and C8. RGB value is (183,168,200). Sum of RGB (Red+Green+Blue) = 183+168+200=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 200 - color contains mainly: blue. Hex color #B7A8C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A8C8 is #485737. Grayscale: #B0B0B0. Windows color (decimal): -4740920 or 13150391. OLE color: 13150391.

HSL color Cylindrical-coordinate representation of color #B7A8C8: hue angle of 268.12º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7A8C8 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB183168200-
CMYK0.080.1600.22
HSL268.12º22.54%72.16%-
HSV(B)268.12º16%78.43%-
XYZ43.9642.2460.48-
YUV176.13141.47132.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.21%
GREEN value IS 168 (66.02% from 255) = 30.49%
BLUE value IS 200 (78.52% from 255) = 36.30%
R=33.21%
G=30.49%
B=36.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1831682000.080.1600.22268.1222.5472.16
HexB7A8C881001610c1748
Octal267250310102002641427110
Binary101101111010100011001000100010000010110100001100101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A8C8; }

 p { color: rgb(183,168,200); }

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

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

 a { background-color: rgb(183,168,200); }

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

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

 span { border-color: rgb(183,168,200); }

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