#BBABD0

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

Shades of Moon Raker #BBABD0

Tints of Moon Raker #BBABD0

Color information

#BBABD0 (or 0xBBABD0) is unknown color: approx Moon Raker. HEX triplet: BB, AB and D0. RGB value is (187,171,208). Sum of RGB (Red+Green+Blue) = 187+171+208=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBABD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABD0 is #44542F. Grayscale: #B3B3B3. Windows color (decimal): -4478000 or 13675451. OLE color: 13675451.

HSL color Cylindrical-coordinate representation of color #BBABD0: hue angle of 265.95º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBABD0 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187171208-
CMYK0.100.1800.18
HSL265.95º28.24%74.31%-
HSV(B)265.95º17.79%81.57%-
XYZ46.4444.2465.77-
YUV180143.8132.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.04%
GREEN value IS 171 (67.19% from 255) = 30.21%
BLUE value IS 208 (81.64% from 255) = 36.75%
R=33.04%
G=30.21%
B=36.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871712080.100.1800.18265.9528.2474.31
HexBBABD0A1201210a1c4a
Octal273253320122202241234112
Binary101110111010101111010000101010010010010100001010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABD0; }

 p { color: rgb(187,171,208); }

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

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

 a { background-color: rgb(187,171,208); }

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

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

 span { border-color: rgb(187,171,208); }

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