#B8A9E4

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

Shades of Moon Raker #B8A9E4

Tints of Moon Raker #B8A9E4

Color information

#B8A9E4 (or 0xB8A9E4) is unknown color: approx Moon Raker. HEX triplet: B8, A9 and E4. RGB value is (184,169,228). Sum of RGB (Red+Green+Blue) = 184+169+228=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 169 (66.41% from 255 or 29.09% from 581); Blue value is 228 (89.45% from 255 or 39.24% from 581); Max value from RGB is 228 - color contains mainly: blue. Hex color #B8A9E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A9E4 is #47561B. Grayscale: #B3B3B3. Windows color (decimal): -4675100 or 14985656. OLE color: 14985656.

HSL color Cylindrical-coordinate representation of color #B8A9E4: hue angle of 255.25º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8A9E4 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB184169228-
CMYK0.190.2600.11
HSL255.25º52.21%77.84%-
HSV(B)255.25º25.88%89.41%-
XYZ47.9644.1779.4-
YUV180.21154.97130.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.67%
GREEN value IS 169 (66.41% from 255) = 29.09%
BLUE value IS 228 (89.45% from 255) = 39.24%
R=31.67%
G=29.09%
B=39.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1841692280.190.2600.11255.2552.2177.84
HexB8A9E4131A0Bff344e
Octal270251344233201337764116
Binary101110001010100111100100100111101001011111111111101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A9E4; }

 p { color: rgb(184,169,228); }

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

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

 a { background-color: rgb(184,169,228); }

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

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

 span { border-color: rgb(184,169,228); }

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