#BBA9D6

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

Shades of Moon Raker #BBA9D6

Tints of Moon Raker #BBA9D6

Color information

#BBA9D6 (or 0xBBA9D6) is unknown color: approx Moon Raker. HEX triplet: BB, A9 and D6. RGB value is (187,169,214). Sum of RGB (Red+Green+Blue) = 187+169+214=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 169 (66.41% from 255 or 29.65% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBA9D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9D6 is #445629. Grayscale: #B3B3B3. Windows color (decimal): -4478506 or 14068155. OLE color: 14068155.

HSL color Cylindrical-coordinate representation of color #BBA9D6: hue angle of 264º degrees, saturation: 0.35, 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 #BBA9D6 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187169214-
CMYK0.130.2100.16
HSL264º35.43%75.1%-
HSV(B)264º21.03%83.92%-
XYZ46.8243.869.6-
YUV179.51147.46133.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.81%
GREEN value IS 169 (66.41% from 255) = 29.65%
BLUE value IS 214 (83.98% from 255) = 37.54%
R=32.81%
G=29.65%
B=37.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871692140.130.2100.1626435.4375.1
HexBBA9D6D15010108234b
Octal273251326152502041043113
Binary1011101110101001110101101101101010100001000010001000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA9D6; }

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

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

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

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

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

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

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

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