#BBA9DE

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

Shades of Moon Raker #BBA9DE

Tints of Moon Raker #BBA9DE

Color information

#BBA9DE (or 0xBBA9DE) is unknown color: approx Moon Raker. HEX triplet: BB, A9 and DE. RGB value is (187,169,222). Sum of RGB (Red+Green+Blue) = 187+169+222=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 169 (66.41% from 255 or 29.24% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBA9DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9DE is #445621. Grayscale: #B4B4B4. Windows color (decimal): -4478498 or 14592443. OLE color: 14592443.

HSL color Cylindrical-coordinate representation of color #BBA9DE: hue angle of 260.38º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBA9DE is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187169222-
CMYK0.160.2400.13
HSL260.38º44.54%76.67%-
HSV(B)260.38º23.87%87.06%-
XYZ47.8744.2175.12-
YUV180.42151.46132.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.35%
GREEN value IS 169 (66.41% from 255) = 29.24%
BLUE value IS 222 (87.11% from 255) = 38.41%
R=32.35%
G=29.24%
B=38.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871692220.160.2400.13260.3844.5476.67
HexBBA9DE10180D1042d4d
Octal273251336203001540455115
Binary1011101110101001110111101000011000011011000001001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA9DE; }

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

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

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

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

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

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

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

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