#BBA7E7

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

Shades of Moon Raker #BBA7E7

Tints of Moon Raker #BBA7E7

Color information

#BBA7E7 (or 0xBBA7E7) is unknown color: approx Moon Raker. HEX triplet: BB, A7 and E7. RGB value is (187,167,231). Sum of RGB (Red+Green+Blue) = 187+167+231=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 167 (65.62% from 255 or 28.55% from 585); Blue value is 231 (90.62% from 255 or 39.49% from 585); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBA7E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA7E7 is #445818. Grayscale: #B4B4B4. Windows color (decimal): -4479001 or 15181755. OLE color: 15181755.

HSL color Cylindrical-coordinate representation of color #BBA7E7: hue angle of 258.75º degrees, saturation: 0.57, 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 #BBA7E7 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187167231-
CMYK0.190.2800.09
HSL258.75º57.14%78.04%-
HSV(B)258.75º27.71%90.59%-
XYZ48.7443.9781.52-
YUV180.28156.63132.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.97%
GREEN value IS 167 (65.62% from 255) = 28.55%
BLUE value IS 231 (90.62% from 255) = 39.49%
R=31.97%
G=28.55%
B=39.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871672310.190.2800.09258.7557.1478.04
HexBBA7E7131C09103394e
Octal273247347233401140371116
Binary1011101110100111111001111001111100010011000000111110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA7E7; }

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

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

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

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

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

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

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

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