#BBA9E7

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

Shades of Moon Raker #BBA9E7

Tints of Moon Raker #BBA9E7

Color information

#BBA9E7 (or 0xBBA9E7) is unknown color: approx Moon Raker. HEX triplet: BB, A9 and E7. RGB value is (187,169,231). Sum of RGB (Red+Green+Blue) = 187+169+231=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 169 (66.41% from 255 or 28.79% from 587); Blue value is 231 (90.62% from 255 or 39.35% from 587); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBA9E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA9E7 is #445618. Grayscale: #B5B5B5. Windows color (decimal): -4478489 or 15182267. OLE color: 15182267.

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

Color convert

RGB187169231-
CMYK0.190.2700.09
HSL257.42º56.36%78.43%-
HSV(B)257.42º26.84%90.59%-
XYZ49.1144.7181.64-
YUV181.45155.96131.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 169 (66.41% from 255) = 28.79%
BLUE value IS 231 (90.62% from 255) = 39.35%
R=31.86%
G=28.79%
B=39.35%

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
Decimal1871692310.190.2700.09257.4256.3678.43
HexBBA9E7131B09101384e
Octal273251347233301140170116
Binary1011101110101001111001111001111011010011000000011110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA9E7; }

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

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

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

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

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

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

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

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