#BBA7E5

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

Shades of Moon Raker #BBA7E5

Tints of Moon Raker #BBA7E5

Color information

#BBA7E5 (or 0xBBA7E5) is unknown color: approx Moon Raker. HEX triplet: BB, A7 and E5. RGB value is (187,167,229). Sum of RGB (Red+Green+Blue) = 187+167+229=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 167 (65.62% from 255 or 28.64% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBA7E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA7E5 is #44581A. Grayscale: #B3B3B3. Windows color (decimal): -4479003 or 15050683. OLE color: 15050683.

HSL color Cylindrical-coordinate representation of color #BBA7E5: hue angle of 259.35º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBA7E5 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187167229-
CMYK0.180.2700.10
HSL259.35º54.39%77.65%-
HSV(B)259.35º27.07%89.8%-
XYZ48.4643.8680.04-
YUV180.05155.63132.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.08%
GREEN value IS 167 (65.62% from 255) = 28.64%
BLUE value IS 229 (89.84% from 255) = 39.28%
R=32.08%
G=28.64%
B=39.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1871672290.180.2700.10259.3554.3977.65
HexBBA7E5121B0A103364e
Octal273247345223301240366116
Binary1011101110100111111001011001011011010101000000111101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA7E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA7E5; }

 p { color: rgb(187,167,229); }

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

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

 a { background-color: rgb(187,167,229); }

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

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

 span { border-color: rgb(187,167,229); }

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