#BBA9D5

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

Shades of Moon Raker #BBA9D5

Tints of Moon Raker #BBA9D5

Color information

#BBA9D5 (or 0xBBA9D5) is unknown color: approx Moon Raker. HEX triplet: BB, A9 and D5. RGB value is (187,169,213). Sum of RGB (Red+Green+Blue) = 187+169+213=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 169 (66.41% from 255 or 29.70% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBA9D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9D5 is #44562A. Grayscale: #B3B3B3. Windows color (decimal): -4478507 or 14002619. OLE color: 14002619.

HSL color Cylindrical-coordinate representation of color #BBA9D5: hue angle of 264.55º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBA9D5 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187169213-
CMYK0.120.2100.16
HSL264.55º34.37%74.9%-
HSV(B)264.55º20.66%83.53%-
XYZ46.6943.7468.93-
YUV179.4146.96133.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.86%
GREEN value IS 169 (66.41% from 255) = 29.70%
BLUE value IS 213 (83.59% from 255) = 37.43%
R=32.86%
G=29.70%
B=37.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871692130.120.2100.16264.5534.3774.9
HexBBA9D5C15010109224b
Octal273251325142502041142113
Binary1011101110101001110101011100101010100001000010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA9D5; }

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

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

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

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

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

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

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

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