#BBA8E7

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

Shades of Moon Raker #BBA8E7

Tints of Moon Raker #BBA8E7

Color information

#BBA8E7 (or 0xBBA8E7) is unknown color: approx Moon Raker. HEX triplet: BB, A8 and E7. RGB value is (187,168,231). Sum of RGB (Red+Green+Blue) = 187+168+231=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 231 (90.62% from 255 or 39.42% from 586); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBA8E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA8E7 is #445718. Grayscale: #B4B4B4. Windows color (decimal): -4478745 or 15182011. OLE color: 15182011.

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

Color convert

RGB187168231-
CMYK0.190.2700.09
HSL258.1º56.76%78.24%-
HSV(B)258.1º27.27%90.59%-
XYZ48.9244.3481.58-
YUV180.86156.29132.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 168 (66.02% from 255) = 28.67%
BLUE value IS 231 (90.62% from 255) = 39.42%
R=31.91%
G=28.67%
B=39.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871682310.190.2700.09258.156.7678.24
HexBBA8E7131B09102394e
Octal273250347233301140271116
Binary1011101110101000111001111001111011010011000000101110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA8E7; }

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

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

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

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

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

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

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

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