#BBA7EA

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

Shades of Moon Raker #BBA7EA

Tints of Moon Raker #BBA7EA

Color information

#BBA7EA (or 0xBBA7EA) is unknown color: approx Moon Raker. HEX triplet: BB, A7 and EA. RGB value is (187,167,234). Sum of RGB (Red+Green+Blue) = 187+167+234=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 167 (65.62% from 255 or 28.40% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBA7EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA7EA is #445815. Grayscale: #B4B4B4. Windows color (decimal): -4478998 or 15378363. OLE color: 15378363.

HSL color Cylindrical-coordinate representation of color #BBA7EA: hue angle of 257.91º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBA7EA is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187167234-
CMYK0.200.2900.08
HSL257.91º61.47%78.63%-
HSV(B)257.91º28.63%91.76%-
XYZ49.1644.1483.77-
YUV180.62158.13132.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.80%
GREEN value IS 167 (65.62% from 255) = 28.40%
BLUE value IS 234 (91.80% from 255) = 39.80%
R=31.80%
G=28.40%
B=39.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871672340.200.2900.08257.9161.4778.63
HexBBA7EA141D081023d4f
Octal273247352243501040275117
Binary1011101110100111111010101010011101010001000000101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA7EA; }

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

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

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

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

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

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

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

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