#BBABD5

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

Shades of Moon Raker #BBABD5

Tints of Moon Raker #BBABD5

Color information

#BBABD5 (or 0xBBABD5) is unknown color: approx Moon Raker. HEX triplet: BB, AB and D5. RGB value is (187,171,213). Sum of RGB (Red+Green+Blue) = 187+171+213=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBABD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABD5 is #44542A. Grayscale: #B4B4B4. Windows color (decimal): -4477995 or 14003131. OLE color: 14003131.

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

Color convert

RGB187171213-
CMYK0.120.2000.16
HSL262.86º33.33%75.29%-
HSV(B)262.86º19.72%83.53%-
XYZ47.0744.4969.06-
YUV180.57146.3132.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.75%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 213 (83.59% from 255) = 37.30%
R=32.75%
G=29.95%
B=37.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871712130.120.2000.16262.8633.3375.29
HexBBABD5C14010107214b
Octal273253325142402040741113
Binary1011101110101011110101011100101000100001000001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABD5; }

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

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

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

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

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

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

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

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