#BBA7E4

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

Shades of Moon Raker #BBA7E4

Tints of Moon Raker #BBA7E4

Color information

#BBA7E4 (or 0xBBA7E4) is unknown color: approx Moon Raker. HEX triplet: BB, A7 and E4. RGB value is (187,167,228). Sum of RGB (Red+Green+Blue) = 187+167+228=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 167 (65.62% from 255 or 28.69% from 582); Blue value is 228 (89.45% from 255 or 39.18% from 582); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBA7E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA7E4 is #44581B. Grayscale: #B3B3B3. Windows color (decimal): -4479004 or 14985147. OLE color: 14985147.

HSL color Cylindrical-coordinate representation of color #BBA7E4: hue angle of 259.67º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBA7E4 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187167228-
CMYK0.180.2700.11
HSL259.67º53.04%77.45%-
HSV(B)259.67º26.75%89.41%-
XYZ48.3243.879.31-
YUV179.93155.13133.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.13%
GREEN value IS 167 (65.62% from 255) = 28.69%
BLUE value IS 228 (89.45% from 255) = 39.18%
R=32.13%
G=28.69%
B=39.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871672280.180.2700.11259.6753.0477.45
HexBBA7E4121B0B104354d
Octal273247344223301340465115
Binary1011101110100111111001001001011011010111000001001101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA7E4; }

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

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

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

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

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

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

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

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