#BBA7E9

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

Shades of Moon Raker #BBA7E9

Tints of Moon Raker #BBA7E9

Color information

#BBA7E9 (or 0xBBA7E9) is unknown color: approx Moon Raker. HEX triplet: BB, A7 and E9. RGB value is (187,167,233). Sum of RGB (Red+Green+Blue) = 187+167+233=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 167 (65.62% from 255 or 28.45% from 587); Blue value is 233 (91.41% from 255 or 39.69% from 587); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBA7E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA7E9 is #445816. Grayscale: #B4B4B4. Windows color (decimal): -4478999 or 15312827. OLE color: 15312827.

HSL color Cylindrical-coordinate representation of color #BBA7E9: hue angle of 258.18º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBA7E9 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187167233-
CMYK0.200.2800.09
HSL258.18º60%78.43%-
HSV(B)258.18º28.33%91.37%-
XYZ49.0244.0983.02-
YUV180.5157.63132.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 167 (65.62% from 255) = 28.45%
BLUE value IS 233 (91.41% from 255) = 39.69%
R=31.86%
G=28.45%
B=39.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871672330.200.2800.09258.186078.43
HexBBA7E9141C091023c4e
Octal273247351243401140274116
Binary1011101110100111111010011010011100010011000000101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA7E9; }

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

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

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

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

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

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

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

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